@extends('header.header') @section('content')
{{__('Categories')}}

{{__('Categories table')}}

@foreach($categories as $category) @endforeach
{{__('ID')}} {{__('Category Name')}} {{__('Category Icon')}} {{__('classifications')}} {{__('Action')}}
{{$category->id}} {{$category->name_en}} @if($category->getFirstMediaFile()) @endif {{$category->classification->name_en}}
id)}}">
id)}}" method="post" id="delete{{$category->id}}" style="display: none" data-swal-title="{{__("Delete category")}}" data-swal-text="{{__("Are You Sure To Delete This category?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the category has been deleted successfully")}}">@csrf @method("delete")
@endsection