@extends('apex-layouts.main') @section('title','Skip Days') @section('header-right') @endsection @section('content')
@csrf
@if ($errors->has('fromServeDate')) {{ $errors->first('fromServeDate') }} @endif
@if ($errors->has('serveDate')) {{ $errors->first('toServeDate') }} @endif
@if ($errors->has('reason')) {{ $errors->first('reason') }} @endif
@endsection