@extends('header.header') @section("content")
{{__('Category Store')}}
@foreach($Categories as $Category) @endforeach
#{{__('ID')}} {{__('Image')}} {{__('English name')}} {{__('Arabic name')}} {{__('Status')}} {{__('Control')}}
{{$Category->id}} @if($Category->getFirstMediaFile()) @endif {{$Category->name_en}} {{$Category->name_ar}} {{$Category->status == 1 ? "Active" : "Non-Active"}}
id)}}">
$Category->id])}}" method="post" id="delete{{$Category->id}}" style="display: none" data-swal-title="{{__('Delete Category Store ')}}" data-swal-text="{{__('Are Your Sure To Delete This Category ?')}}" data-yes="{{__('Yes')}}" data-no="{{__('No')}}" data-success-msg="{{__('the Category has been deleted succssfully')}}">@csrf @method("delete")
@endsection @section("js-scripts") @endsection