@extends('admin.layout') @section('content')
    @csrf

    ...
    {{ __('Choose Image') }}

    {{ __('The higher the order number is, the later the staff will be shown.') }}

    {{ __('if you do not select any vendor, then this staff will be listed for Admin') }}

    @foreach ($languages as $language)
    @php $currLang = $language; @endphp @foreach ($languages as $language) @continue($language->id == $currLang->id)
    @endforeach
    @endforeach
    @endsection @section('script') @endsection