@extends('web.layouts.app') @section('title', 'Order Patient (Inactive)') @section('stylesheets') @endsection @section('banner')
@foreach ($menu->items as $item) {{ $item->name }}@if (!$loop->last) , @endif @endforeach @if (count($menu->items) <= 0) - @endif