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

{{__("Users")}}

{{__("All Users")}}

@endsection @section("content") @include("includes.dialog")
{{--
--}} {{-- @csrf--}} {{-- {{__('Create User')}}--}} {{-- --}} {{-- {{__("Export As Excel")}}--}} {{--
--}}
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @error("type")--}} {{--
{{$message}}
--}} {{-- @enderror--}}
{{--
--}} {{-- --}} {{--
--}} {{--
--}}
{{-- --}} {{-- --}} @foreach($clients as $client) {{-- --}} {{-- --}} @endforeach
{{__("ID")}} {{__("full_name")}} {{__("phone_number ")}} {{__("Email")}} {{__("country")}} {{__("city")}} {{__("car")}} {{__("chassis_number")}} {{__("type")}}{{__("have_dashboard")}}{{__("Control")}}
{{$client->id}} {{$client->full_name}} {{$client->phone_number}} {{$client->email}} {{$client->country}} {{$client->city}} @if($client->car) {{$client->car}} @else {{'Not Entered By User'}} @endif @if($client->chassis_number){{$client->chassis_number}} @else {{'Not Entered By User'}} @endif @switch($client->type) @case('cl') {{'client'}} @break; @case('gar') {{'Garage'}} @break; @case('enq-ag') {{'inquiry agent'}} @break; @case('enq') {{'inquiry'}} @break; @case('enq-crl') {{'cars rental'}} @break; @case('enq-cwo') {{'Cars shipping'}} @break; @case('inc') {{'insurance'}} @break; @case('rec') {{'recovery'}} @break; @case('s-mar') {{'Tires and Rings'}} @break; @case('mar') {{'Pre-Owned Spare parts'}} @break; @case('enq-wo') {{'without inquiry'}} @break; @case('del') {{'Delivery'}} @break; @endswitch {{$client->have_dashboard}}--}} {{-- $client->id])}}" class="control-link edit">--}} {{--
@endsection @section("scripts") @if(session()->has("technician_register_info")) @endif @endsection