@extends('layouts.app') @section('content')
@csrf
@if ($errors->has('ddo_number'))
{{ $errors->first('ddo_number') }}
@endif
@if ($errors->has('post'))
{{ $errors->first('post') }}
@endif
@if ($errors->has('number_of_guards'))
{{ $errors->first('number_of_guards') }}
@endif
@if ($errors->has('start_date'))
{{ $errors->first('start_date') }}
@endif
@if ($errors->has('end_date'))
{{ $errors->first('end_date') }}
@endif
{{--
@if ($errors->has('day_rate'))
{{ $errors->first('day_rate') }}
@endif
@if ($errors->has('night_rate'))
{{ $errors->first('night_rate') }}
@endif
--}}
@section('script') @endsection @endsection