@section('title','Edit Crud') @push('vendor-style') @endpush @push('style') @endpush @push('vendor-script') @endpush @push('script') @endpush
{{-- Content --}}
@csrf
  • Step 1
    @error('division_id'){{ $message }}@enderror
    @error('category_id'){{ $message }}@enderror
    @if(Storage::disk('musawer')->exists($crud->file))
    {{$crud->file}} clear
    @else
    File
    @endif
  • Step 2
      @foreach($languages as $language)
    • first) class="active" @endif>
      @if(Storage::disk('musawer')->exists($language->flag)) @endif {{$language->name . ' (' . $language->code . ')'}}
      @error('locale.'.$language->id.'.name'){{ $message }}@enderror
      {!! old('locale.'.$language->id.'.description', !isset($crud->locale[$language->id]) ? '' : $crud->locale[$language->id]->description) !!}
      @error('locale.'.$language->id.'.description'){{ $message }}@enderror
    • @endforeach