@extends('admin.layout.master') @section('title', " السائق $row->name") @section('content')
الإسم | الصوره | رقم الجوال | البريدالالكترونى | الدولة | المدينة | العملة | الحالة |
---|---|---|---|---|---|---|---|
{{$row->fullname}} | image")}}" style="width: 200px"> | {{$row->mobile}} | {{$row->email}} | {{$row->country->name['ar']}} | {{$row->city->name['ar']}} | {{$row->country->currency}} |
رقم الهوية | رقم الرخصة | رقم الضمان | رقم الحساب | رقم الايبان |
---|---|---|---|---|
{{$row->id_number}} | {{$captain_image->licence_number}} | {{$captain_image->warranty_number}} | {{$captain_image->bank_account_number}} | {{$captain_image->iban_number}} |
الماركة | المودل | سنة الصنع | عدد المقاعد | الفئة | اللون | ارقام اللوح |
---|---|---|---|---|---|---|
{{$vehicle->mark->name['ar']}} | {{$vehicle->model->name['ar']}} | {{$vehicle->year}} | {{$vehicle->seats_count}} | {{$vehicle->vehicle_class->name['ar']}} | {{$vehicle->color}} | {{$vehicle->plate_number}} |