@section('title','View crud') @push('vendor-style') @endpush @push('style') @endpush @push('vendor-script') @endpush @push('script') @endpush {{-- Content --}} General @lang('Division') * {{ $crud->division ? $crud->division->name : "" }} @lang('Parent Category') {{ $crud->parentCategory ? $crud->parentCategory->defaultLocale->name : "" }} @lang('File') @if(Storage::disk('musawer')->exists($crud->file)) {{$crud->file}} @endif @lang('Status')* {{ $crud->status ? "Active" : "Inactive" }} Locale @foreach($languages as $language) first) class="active" @endif> @if(Storage::disk('musawer')->exists($language->flag)) @endif {{$language->name . ' (' . $language->code . ')'}} @lang('Name') * {{ !isset($crud->locale[$language->id]) ? '' : $crud->locale[$language->id]->name }} @lang('Description') {!! !isset($crud->locale[$language->id]) ? '' : $crud->locale[$language->id]->description !!} @endforeach