Job Number | Trip Number | Driver | Truck | Status |
---|---|---|---|---|
{!! Form::text('truck_job_number',$workshop_breakdown->job_number, ['class' => 'form-control','readonly'=>true]) !!} | {!! Form::text('truck_trip_number',$workshop_breakdown->trip_number,['class' =>'form-control','readonly'=>true]) !!} | {!! Form::text('truck_driver', $truck_maintainance ? $truck_maintainance->driver : '', ['id'=>'truck_driver','class' => 'form-control']) !!} | {!! Form::text('truck', $truck_maintainance ? $truck_maintainance->truck : '', ['id'=>'truck','class' => 'form-control']) !!} | {!! Form::text('truck_status',$truck_maintainance ? $truck_maintainance->status : '', ['id'=>'truck_status','class' => 'form-control']) !!} |
Defects Report | Code | Saved |
---|---|---|
status != '' && $truck->status == 1) checked @endif> Yes status != '' && $truck->status == 0) checked @endif> No |
Check/Change | Frequency | Last Change(KM) | Next Change | Change Date | |
---|---|---|---|---|---|
{!! Form::text('truck_check_change',$trp->check_change, ['class' => 'form-control','readonly'=>true]) !!} | {!! Form::text('truck_frequency[]',str_replace('.00', '',number_format($trp->frequency, 2, '.', ',')), ['class' => 'form-control frequency','readonly'=>true]) !!} | {!! Form::text('truck_last_change[]',str_replace('.00', '',number_format($trp->last_change, 2, '.', ',')), ['class' => 'form-control p1_last_change', 'id'=>'serviced', 'readonly'=>true]) !!} | {!! Form::text('truck_next_change[]',str_replace('.00', '',number_format($trp->next_change, 2, '.', ',')), ['class' => 'form-control p1_next_change', 'readonly'=>true]) !!} | {!! Form::text('truck_change_date',$trp->change_date, ['class' => 'form-control']) !!} |
Tyre nos (Status) | Tyre nos (Status) | Tyre nos (Status) |
---|---|---|
{!! Form::text('truck_tyre_nos[]',$ttr->tyre_nos,['style'=>'width:90px;']) !!}{!! Form::select('truck_tyre_status[]',['good'=>'Good','damage'=>'Damage'],$ttr->status, ['placeholder'=>'Select Status']) !!} | @endforeach
Job Number | Trip Number | Driver | Trailer | Status |
---|---|---|---|---|
{!! Form::text('trailer_job_number',$workshop_breakdown->job_number, ['class' => 'form-control','readonly'=>true]) !!} | {!! Form::text('trailer_trip_number',$workshop_breakdown->trip_number,['class'=>'form-control','readonly'=>true]) !!} | {!! Form::text('trailer_driver',$trailer_maintainance ? $trailer_maintainance->driver : '', ['class' => 'form-control']) !!} | {!! Form::text('trailer',$trailer_maintainance ? $trailer_maintainance->trailer : '', ['class' => 'form-control']) !!} | {!! Form::text('trailer_status',$trailer_maintainance ? $trailer_maintainance->status : '', ['class' => 'form-control']) !!} |
Defects Report | Code | Saved |
---|---|---|
status != '' && $trailer->status == 1) checked @endif> Yes status != '' && $trailer->status == 0) checked @endif> No |
Check/Change | Frequency | Last Change(KM) | Next Change | Change Date | |
---|---|---|---|---|---|
{!! Form::text('trailer_check_change',$tlp->check_change, ['class' => 'form-control','readonly'=>true]) !!} | {!! Form::text('trailer_frequency[]',str_replace('.00', '',number_format($tlp->frequency, 2, '.', ',')), ['class' => 'form-control frequency','readonly'=>true,]) !!} | {!! Form::text('trailer_last_change[]',str_replace('.00', '',number_format($tlp->last_change, 2, '.', ',')), ['class' => 'form-control p2_last_change', 'id'=>'serviced', 'readonly'=>true]) !!} | {!! Form::text('trailer_next_change[]',str_replace('.00', '',number_format($tlp->next_change, 2, '.', ',')), ['class' => 'form-control p2_next_change', 'readonly'=>true]) !!} | {!! Form::text('trailer_change_date',$tlp->change_date, ['class' => 'form-control']) !!} |
Tyre nos (Status) | Tyre nos (Status) | Tyre nos (Status) |
---|---|---|
{!! Form::text('trailer_tyre_nos[]',$ttr->tyre_nos, ['style'=>'width:90px;']) !!}{!! Form::select('trailer_tyre_status[]',['good'=>'Good','damage'=>'Damage'],$ttr->status, ['placeholder'=>'Select Status']) !!} | @endforeach
Check/Change | Frequency | Last Change(KM) | Next Change | Change Date | |
---|---|---|---|---|---|
{!! Form::text('other_check_change[]',$trp->check_change, ['class' => 'form-control','readonly'=>true]) !!} | {!! Form::text('other_frequency[]',str_replace('.00', '',number_format($trp->frequency, 2, '.', ',')), ['class' => 'form-control frequency','readonly'=>true]) !!} | {!! Form::text('other_last_change[]', str_replace('.00', '',number_format($trp->last_change, 2, '.', ',')), ['class' => 'form-control other_last_change','readonly'=>true]) !!} | {!! Form::text('other_next_change[]', str_replace('.00', '',number_format($trp->next_change, 2, '.', ',')), ['class' => 'form-control other_next_change', 'readonly'=>true]) !!} | !!}{!! Form::text('other_change_date[]', $trp->change_date, ['class' => 'form-control datepicker1']) !!} |
:message
') !!}Tyre nos ( Status ) | Tyre nos ( Status ) | Tyre nos ( Status ) |
---|---|---|
{!! Form::text('other_tyre_nos[]',$ttr->tyre_nos,['style'=>'width:90px;']) !!}{!! Form::select('other_tyre_status[]',['good'=>'Good','damage'=>'Damage'],$ttr->status, ["placeholder"=>"Select Status"]) !!} | @endforeach