@extends('apex-layouts.main') @section('title','Upload Reservation') @section('header-right') Reservations Pre Reservations @endsection @section('content')
@csrf
@if ($errors->has('fromServeDate')) {{ $errors->first('fromServeDate') }} @endif
@if ($errors->has('serveDate')) {{ $errors->first('toServeDate') }} @endif
@if ($errors->has('sortStart')) {{ $errors->first('sortStart') }} @endif
@if ($errors->has('meal_plan_id')) {{ $errors->first('meal_plan_id') }} @endif
@endsection