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

{{__("Number of times the Sub Category request")}}

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

@endsection @section("css-links") getLocale() . "/pages/orders.css")}}"> @endsection @section("content")
@csrf {{__("Export As Excel")}}
@foreach($categories as $category) @endforeach
{{__("Name")}} {{__("Number requests")}} {{__("Service")}}
{{$category->name}} {{$category->numberRequests()}} id)}}" class="btn btn-primary">{{__("View")}}
@endsection @section("scripts") @endsection