{{ __('vehicle.Vehicles') }}
@forelse ($data as $vehicle)
@empty
{{ $data->links() }}
{{ Form::open(['method' => 'DELETE', 'style' => 'margin-top: -12%;', 'action' => ['Admin\vehiclesController@destroy', $vehicle->id]]) }}
{{ Form::hidden('id', $vehicle->id) }}
{{ Form::close() }}