@extends("layouts.admin.app") @section("css-links") @endsection @section("page-header")
{{__("View And Control Sub Categories")}}
# | {{__("Name")}} | {{__("Activation")}} | {{__("Last Updated")}} | {{__("Created On")}} | {{__("Control")}} |
---|---|---|---|---|---|
{{$subCategory->id}} | {{$subCategory->name}} |
@if($subCategory->active == 1)
{{__("Active")}}
@else
{{__("Not Active")}}
@endif
|
{{$subCategory->updated_at->diffForHumans()}} | {{$subCategory->created_at->diffForHumans()}} | $subCategory->id, "category_id" => $category->id])}}" class="btn btn-success"> |