@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("All Main Categories")}}
{{__("ID")}} | {{__("Name")}} | {{__("Activation")}} | {{__("Group_type ")}} | {{__("Limit_of_level_subcategory")}} | {{__("is_view_in_home_page")}} | {{__("Sub Categories")}} | {{__("Control")}} |
---|---|---|---|---|---|---|---|
{{$category->id}} | {{$category->name}} | {{$category->status ?__("Active") : __("Non-Active")}} | {{$category->group_type}} | {{$category->limit_of_level_subcategory}} | {{$category->is_view_in_home_page}} | $category->id])}}" class="btn btn-primary">{{__('View')}} | id)}}" class="control-link edit"> |