@section('title','View category') @push('vendor-style') @endpush @push('style') @endpush @push('vendor-script') @endpush @push('script') @endpush {{-- Content --}} General @lang('Division') {{ $category->division->name }} @lang('Logo') @if(Storage::disk('musawer')->exists($category->logo)) @endif @lang('Icon') @if(Storage::disk('musawer')->exists($category->icon)) @endif @lang('Status') {{ $category->status ? "Active" : "Inactive" }} Attributes @foreach($selectedAttributes as $attribute) @endforeach Locale @foreach($languages as $language) first) class="active" @endif> @if(Storage::disk('musawer')->exists($language->flag)) @endif {{$language->name . ' (' . $language->code . ')'}} @lang('Name') {{ !isset($category->locale[$language->id]) ? '' : $category->locale[$language->id]->name }} @endforeach