@section('title','View category') @push('vendor-style') @endpush @push('style') @endpush @push('vendor-script') @endpush @push('script') @endpush
{{-- Content --}}
  • General
    @if(Storage::disk('musawer')->exists($category->logo)) @endif
    @if(Storage::disk('musawer')->exists($category->icon)) @endif
  • 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 . ')'}}
    • @endforeach