@extends($layout)
@section('header_scripts')
@stop
@section('content')
@if(checkRole('owner') && App\Vroutes::isMultiBranch())
{{ getPhrase('branch')}} |
@endif
{{ getPhrase('destination')}} |
{{ getPhrase('routes')}} |
{{-- {{ getPhrase('description')}} | --}}
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>URL_VECHICLE_ROUTE_AJAXLIST, 'route_as_url' => TRUE ))
@include('common.deletescript', array('route'=>URL_VECHICLE_ROUTE_DELETE ))
@stop