@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("All Services")}}
{{__("ID")}} | --}}{{__("Serial Number")}} | {{__("Image")}} | {{__("Name")}} | @if(isPermissionsAllowed("control-services")){{__("Activation")}} | @endif @if(isPermissionsAllowed("control-services-properties", "control-services")){{__("Control")}} | @endif
---|---|---|---|---|---|
{{$service->id}} | --}}{{$service->order}} | @if($service->getFirstMediaFile()) |
{{$service->name}} | @if(isPermissionsAllowed("control-services"))
|
@endif
@if(isPermissionsAllowed("control-services-properties", "control-services"))
@if(isPermissionsAllowed("control-services-properties")) $service->subCategory->mainCategory->id, "sub_id" => $service->subCategory->id, "service_id" => $service->id])}}" class="btn btn-primary">{{__('Properties')}} @endif @if(isPermissionsAllowed("control-services")) $service->subCategory->mainCategory->id, "sub_id" => $service->subCategory->id, "id" => $service->id])}}" class="btn btn-success">{{__('Edit')}} {{__('Delete')}} @endif | @endif