@extends("Kitchen-Owner.layout.app") @section("title","Kitchen Dashboard") @section("content")

Add New Tiffin Meals

You can add new Tiffin Meals using this form.

@csrf
Tiffin Information
Items Information
@foreach($tiffinitems as $tiffinitem) @endforeach
Select Item Name Enter Quantity Enter Remark
Price Information
@foreach($tiffinprices as $tiffinprice) @endforeach
Tiffin Meal Plans Tiffin Price
@endsection @push("script") @if(Session::has('msg')) @switch(Session::get('status')) @case('success') @break @case('error') @break @endswitch @endif @endpush