@extends("layouts.admin.app") @section("css-links") @endsection @section("page-header")
{{__("View And Control All Categories")}}
# | {{__("Name")}} | {{__("Category Type")}} | {{__("Sub Category")}} | {{__("Activation")}} | {{__("Properties")}} | {{__("Last Updated")}} | {{__("Created On")}} | {{__("Control")}} |
---|---|---|---|---|---|---|---|---|
{{$category->id}} | {{$category->name}} | {{$category->type == "sale" ? __("Sale") : __("Rent")}} | id)}}" class="btn btn-primary">{{__("Control")}} |
@if($category->active == 1)
{{__("Active")}}
@else
{{__("Not Active")}}
@endif
|
id)}}" class="btn btn-primary">{{__("Control")}} | {{$category->updated_at->diffForHumans()}} | {{$category->created_at->diffForHumans()}} | id)}}" class="btn btn-success"> |