@extends('layouts.app') @section('content') @section('style') @endsection
@csrf
@if ($errors->has('personnel'))
{{ $errors->first('personnel') }}
@endif
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif
{{--
@if ($errors->has('from_date'))
{{ $errors->first('from_date') }}
@endif
@if ($errors->has('to_date'))
{{ $errors->first('to_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 ($errors->has('firearm'))
{{ $errors->first('personnel') }}
@endif
@if ($errors->has('ammo'))
{{ $errors->first('ammo') }}
@endif
@if ($errors->has('day0'))

No day selected

@endif
@section('script') @endsection @endsection