{{ trans('cms.view') }} {!! trans('valet_parking::vehicle.name') !!} [{{ $vehicle->vehicle_number }}]

@if($vehicle->id ) @if( user('admin.web')->canDo('valet_parking.vehicle.update') || user('admin.web')->isSuperUser()) @endif @php $count=ValetParking::valetparkingCount($vehicle->id,'vehicle');@endphp @if( user('admin.web')->canDo('valet_parking.vehicle.delete') || user('admin.web')->isSuperUser()) @if($count!=0) @else @endif @endif @endif
{!!Form::horizontal_open() ->id('valet_parking-vehicle-show') ->method('POST') ->files('true') ->action(trans_url('admin/valet_parking/vehicle'))!!}
@include('valet_parking::admin.vehicle.partial.entry')
{!! Form::close() !!}