@extends('admin.layout.master') @section('title', " السائق $row->name") @section('content')
الإسم | الصوره | رقم الجوال | البريدالالكترونى | المحفظة | الدولة | المدينة | العملة | الحظر | التواجد | الحالة |
---|---|---|---|---|---|---|---|---|---|---|
{{$row->fullname}} | image")}}" style="width: 200px"> | {{$row->mobile}} | {{$row->email}} | {{$row->wallet}} | {{$row->country->name['ar']}} | {{$row->city->name['ar']}} | {{$row->country->currency}} | {{ ($row->online == 'true') ? "متواجد" : "غير متواجد" }} | {{$row->block == 'true' ? 'محظور' : 'غير محظور'}} | {{ ($row->status == 'active') ? "مفعل" : "غير مفعل" }} |
تقيم الكابتن | تقيم المركبة | تقيم الطرق |
---|---|---|
رقم الهوية | رقم الرخصة | رقم الضمان | رقم الحساب | رقم الايبان |
---|---|---|---|---|
{{$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}} |
الرسالة | منذ | التحكم |
---|---|---|
{{$message->message['ar']}} | {{\Carbon\Carbon::parse($message->created_at)->diffForHumans()}} |