@extends('layouts.app') @section('style') @endsection @section('content')
@csrf
@if ($errors->has('date'))
{{ $errors->first('date') }}
@endif
@if ($errors->has('time_in'))
{{ $errors->first('time_in') }}
@endif
@if ($errors->has('time_out'))
{{ $errors->first('time_out') }}
@endif
{{--
@if ($errors->has('rate'))
{{ $errors->first('rate') }}
@endif
--}} @if($duty_order->isDayRate) @else @endif
@section('script') @endsection @endsection