@extends('layout.master') @section('content')
| {{ __('Ad Soyad') }} | {{ __('GSM No') }} | {{ __('TC Kimlik No') }} | Araç | {{ __('Durum') }} | |
|---|---|---|---|---|---|
| {{ $object->user->country_code }}{{ $object->user->phone }} | {{ $object->identity_number }} | {{ $object->vehicle->plate }} | {{ $object->status_name }} |
@can('update_driver_driver')
@if($object->status) |