@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Number of times the Service request")}}

{{__("All Number of times the Service request")}}

@endsection @section("css-links") getLocale() . "/pages/orders.css")}}"> @endsection @section("content")
@csrf {{__("Export As Excel")}}
@foreach($services as $service) @endforeach
{{__("Name")}} {{__("Number requests")}}
{{$service->name}} {{$service->numberRequests()}}
@endsection @section("scripts") @endsection