@extends('layouts.app')
@section('style')
@stop
@section('content')
@include('customers.modal')
{{Form::open(['route' => 'export.ExcelAll','method' => 'DELETE','class' => 'inline'])}}
{{Form::close()}}
{{Form::open(['route' => 'export.PDFAll','method' => 'DELETE','class' => 'inline'])}}
{{Form::close()}}
{{Form::open(['route' => 'export.ExcelAll','method' => 'DELETE','class' => 'inline'])}}
{{Form::close()}}
{{Form::open(['route' => 'export.PDFAll','method' => 'DELETE','class' => 'inline'])}}
{{Form::close()}}
{{Form::open(['route' => 'export.ExcelAll','method' => 'DELETE','class' => 'inline'])}}
{{Form::close()}}
{{Form::open(['route' => 'export.PDFAll','method' => 'DELETE','class' => 'inline'])}}
{{Form::close()}}
{{Form::open(['route' => 'export.PDFAny','method' => 'DELETE','class' => 'inline'])}}
{{Form::close()}}
{{Form::open(['route' => 'export.exportCsv','method' => 'DELETE','class' => 'inline'])}}
{{Form::close()}}
@lang('layout.DriverOrCompanyShow')
@if($driver->photo ==Null)
}})
@else
!!})
@endif
{{$driver->name}} |
@if($driver->phone)
|
{{$driver->phone}} |
@endif
@if($driver->email)
|
{{$driver->email}} |
@endif
@if($driver->city)
|
{{$driver->city}} |
@endif
@if($driver->reg_date)
|
{{convertDate($driver->reg_date)}} |
@endif
{{--
--}}
@lang('layout.DriverOrCompanySummary')
{{--
-
@if($driver->photo ==Null)
}})
@else
!!})
@endif
--}}
{{$driver->name}}
-
{{$driver->name}}
-
{{$driver->phone}}
-
{{$driver->email}}
-
{{$driver->city}}
-
{{convertDate($driver->reg_date)}}
@lang('layout.DriverOrCompanySummary')
@lang('layout.PurchasesDetails')
@lang('layout.PurchaseNumber') |
@lang('layout.Account') |
@lang('layout.Date') |
@lang('layout.Type') |
@lang('layout.Amount') |
@lang('layout.Currency') |
@lang('layout.Actions') |
@lang('layout.BillDetails')
@lang('layout.BillNumber') |
@lang('layout.Account') |
@lang('layout.Date') |
@lang('layout.Amount') |
@lang('layout.Currency') |
@lang('layout.Actions') |
@lang('layout.PaymentsDetails')
@lang('layout.Account') |
@lang('layout.Date') |
@lang('layout.Amount') |
@lang('layout.Rate') |
@lang('layout.Currency') |
@lang('layout.Actions') |
@lang('layout.StatementDetails')
@lang('layout.Account') |
@lang('layout.Description') |
@lang('layout.Currency') |
@lang('layout.Rate') |
@lang('layout.Type') |
@lang('layout.Receivable') |
@lang('layout.Payable') |
@lang('layout.Date') |
@lang('layout.Email') |
@lang('layout.Phone') |
@lang('layout.Phone2') |
@lang('layout.Code') |
@lang('layout.CarType') |
@lang('layout.PlateNumber') |
@lang('layout.Type') |
@lang('layout.ForeignDriver') |
@lang('layout.Rent') |
@lang('layout.DateOfBirth') |
@lang('layout.Date') |
{{ $driver->email }} |
{{ $driver->phone }} |
{{ $driver->phone2 }} |
{{ $driver->code }} |
{{ $driver->car }} |
{{ $driver->plateNumber }} |
@if($driver->driver_type) @lang('layout.'.$driver->driver_type) @endif |
@if($driver->foreign_type) @lang('layout.yes') @endif |
{{ $driver->rent }} |
{{ convertDate($driver->date_of_birth) }} |
{{ $driver->reg_date }} |
@lang('layout.Address1') |
@lang('layout.Address2') |
@lang('layout.City') |
@lang('layout.Country') |
@lang('layout.VisaIssueDate') |
@lang('layout.VisaEndDate') |
@lang('layout.Commitment') |
{{ $driver->address1 }} |
{{ $driver->address2 }} |
{{ $driver->city }} |
{{ $driver->country }} |
{{ convertDate($driver->visa_issue_date) }} |
{{ convertDate($driver->visa_end_date) }} |
{{ $driver->Dcomit }} |
@lang('layout.Attachments')
@lang('layout.AttachmentTitle') |
@lang('layout.Description') |
@lang('layout.Action') |
@endsection
@push('scripts')
@endpush