@extends("admin.layout.app")
@section("title","Admin Dashboard")
@section("content")
View Kitchen Owner Information
{{ $user->name }}
{{ !empty($user->email)? $user->email : $user->user_phone }}
Role: {{ $user->role }}
Status: {{ $user->status }}
@endsection
@push("script")
@if(Session::has('msg'))
@endif
@endpush