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

{{__("Dashboard")}}

Sahla Dashboard

@endsection @section("content")

{{__("Users")}}

{{$counter->users}}

"single"]) }}">

{{__("Technicians")}}

{{$counter->technicians}}

{{__("Services")}}

{{$counter->services}}

{{__("Orders")}}

{{$counter->orders}}

{{__("Orders Accepted")}}

{{$counter->ordersAccepted }}

{{__("Orders Finished")}}

{{$counter->ordersFinesh}}

{{__("Orders Pending")}}

{{$counter->ordersPending}}

{{__("Orders Canceled")}}

{{$counter->ordersCanceled}}

{{__('Under Guarantee')}}

{{$counter->orderUnderGuarantee}}

@endsection @section("scripts") @endsection