@if(session('success'))
{{session('success')}}

@endif @if(session('error'))
{{session('error')}}

@endif
@if($entity)

{{ !is_null($entity->promised_time) ? date('h:i a', strtotime($entity->promised_time)) : 'Pending Promised Time' }}

@endif
@if ($errors->has('service_repair_time')) {{ $errors->first('service_repair_time') }} @endif

Optional
{{-- --}} @if ($errors->has('complaints_time')) {{ $errors->first('complaints_time') }} @endif
{{-- --}} @if ($errors->has('additionals_time')) {{ $errors->first('additionals_time') }} @endif