@extends('site.layouts.app') @section('title', 'Add Schedule') @section('stylesheets') @endsection @section('content')

Add Schedule

Loading...
{{ csrf_field() }}
Add Item
# Item
@include('site.foodschedule.modal.food-modal') @endsection @push('scripts') @endpush