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