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

{{__("Service Providers Reports")}}

{{__("All Service Providers")}}

@endsection @section("css-links") getLocale() . "/pages/orders.css")}}"> @endsection @section("content")
@csrf {{__("Export As Excel")}}
@foreach($Technicians as $Technician) @endforeach
{{__("ID")}} {{__("Technician name")}} {{__("Number of offers for orders")}} {{__("Number of completed orders")}} {{__("Number of canceled orders before preview")}} {{__("Number of canceled orders after preview")}} {{__("Technician Rating")}} {{__("Order Details")}}
{{$Technician->user->id}} {{$Technician->user->full_name}} {{$Technician->requestOrders()->count()}} {{$Technician->acceptOrders->where("status", 3)->count()}} {{$Technician->user->canceledAllOrder()->where("type", 2)->count()}} {{$Technician->user->canceledAllOrder()->where("type", 1)->count()}}
$Technician->id])}}" class="btn btn-primary">{{__("Details")}}
@endsection @section("scripts") @endsection