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

List Of All Tiffin Meals

Here, You can manage Tiffin Meals

@foreach($tiffins as $key=>$tiffin) @endforeach
Id Tiffin Name Date Status View Action
{{++$key}} {{$tiffin->tiffin_name}} {{!empty($tiffin->created_at->format('Y-m-d'))? $tiffin->created_at->format('Y-m-d') : ''}}
@csrf
View
@endsection @push("script") @if(Session::has('msg')) @endif @endpush