@extends('layout.app') @section('title', 'Truck Condition List') @push('header_script') @endpush @section('content')
{{-- Filters --}}
{!! Form::select('vehicle_id', ['' => '-- Select Vehicle --'] + $vehicles, null, [ 'class' => 'form-control select2', 'id' => 'vehicle_id', ]) !!}
{{-- Table --}}
# Date Vehicle No Driver Location Photos Action
@endsection @push('footer_script') @endpush