@section('title','View crud') @push('vendor-style') @endpush @push('style') @endpush @push('vendor-script') @endpush @push('script') @endpush
{{-- Content --}}
  • General
    @if(Storage::disk('musawer')->exists($crud->file)) {{$crud->file}} @endif
  • Locale
      @foreach($languages as $language)
    • first) class="active" @endif>
      @if(Storage::disk('musawer')->exists($language->flag)) @endif {{$language->name . ' (' . $language->code . ')'}}
      {!! !isset($crud->locale[$language->id]) ? '' : $crud->locale[$language->id]->description !!}
    • @endforeach