@extends("admin.layout.app") @section("title","Admin Dashboard") @section("content")

List Of All Kitchen Owner

Here, You can manage kitchen owner

@foreach($users as $key=>$user) @endforeach
Id Date Name UPI Id Email Phone Tiffins Orders Status Action
{{$key+1}} {{$user->created_at->format('Y-m-d');}} {{$user->name}} {{$user->user_upi}} {{$user->email}} {{$user->user_phone}} {{$tiffins[$key]->count()}} {{$orders[$key]->count()}}
@csrf
@endsection @push("script") @if(Session::has('msg')) @endif @endpush