@if(session('success'))
{{session('success')}}
@endif
@if(session('error'))
{{session('error')}}
@endif
@if($entity)
{{ !is_null($entity->promised_time) ? date('d M Y h:i a', strtotime($entity->promised_time)) : 'Pending Promised Time' }}
@endif
@if ($errors->has('service_repair_time'))
{{ $errors->first('service_repair_time') }}
@endif
@if ($errors->has('checking_time'))
{{ $errors->first('checking_time') }}
@endif
@if ($errors->has('major_replacement_time'))
{{ $errors->first('major_replacement_time') }}
@endif
@if ($errors->has('other_service_time2'))
{{ $errors->first('other_service_time2') }}
@endif
@if ($errors->has('other_service_time3'))
{{ $errors->first('other_service_time3') }}
@endif