@extends($layout)
@section('header_scripts')
@stop
@section('content')
@if(checkRole('owner') && App\Vroutes::isMultiBranch())
{{ getPhrase('branch')}} |
@endif
{{ getPhrase('name')}} |
{{ getPhrase('licence_number')}} |
{{ getPhrase('experience')}} (Years) |
{{ getPhrase('phone_number')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>URL_VECHICLE_DRIVER_AJAXLIST, 'route_as_url' => TRUE ))
@include('common.deletescript', array('route'=>URL_VECHICLE_DRIVER_DELETE ))
@stop