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

List Of All Customers

Here, You can manage Customers

@foreach($users as $key=>$user) @endforeach
Id Join Date Name Email Phone DOB Orders Status Action
{{$key+1}} {{$user->created_at->format('Y-m-d');}} {{$user->name}} {{$user->email}} {{$user->user_phone}} {{$user->userInfo?->user_dob}} 0
@csrf
@endsection @push("script") @if(Session::has('msg')) @endif @endpush