@extends('site.layouts.app') @section('title', 'Detail Order Patient') @section('stylesheets') @endsection @section('content')

Order

Loading...
{{ csrf_field() }}
@if (count($data->food_menus) > 0) @foreach ($data->food_menus as $key => $food_menu)
Cycle
{{--
--}}
@endforeach @else
No Items Found
@endif
@if ($data->patient && $data->patient->patient_registration)
@endif
@endsection @push('scripts') @endpush