@extends("layouts.dashboard.app") @section("page-nav-title")
{{__('Control and view all Categories')}}
#ID | {{__('Category Image')}} | {{__('English Category name')}} | {{__('Arabic Category name')}} | {{__('Category Status')}} | @if(hasPermissions(["edit-category", "delete-category"])){{__('Control')}} | @endif
---|---|---|---|---|---|
{{$category->id}} | {{$category->category_name_en}} | {{$category->category_name_ar}} | {{$category->category_status == 1 ? "Active" : "Non-Active"}} | @if(hasPermissions(["edit-category", "delete-category"]))@if(hasPermissions("edit-category")) id)}}" class="control-link edit"> @endif @if(hasPermissions("delete-category")) @endif | @endif