@extends($layout) @section('header_scripts') @stop @section('content')
@if(checkRole('owner') && App\Vroutes::isMultiBranch()) @endif
{{ getPhrase('branch')}}{{ getPhrase('number')}} {{ getPhrase('model')}} {{ getPhrase('total_seats')}} {{ getPhrase('driver_name')}} {{ getPhrase('driver_license')}} {{ getPhrase('driver_contact')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_VECHICLES_AJAXLIST, 'route_as_url' => TRUE )) @include('common.deletescript', array('route'=>URL_VECHICLES_DELETE )) @stop