@extends('layouts.admin') @section('page-title') Establishment Restaurants List @endsection @section('page-top-title') Establishment Restaurants @endsection @section('content-body')
Restaurant Name | Presentation & Food Quality | Food Service Efficiency | Beverage Service | Total | Action | ||
---|---|---|---|---|---|---|---|
{{ $restaurant->name }} | {{ $restaurant->presentation_food_quality }} | {{--{{ $restaurant->presentation_food_quality_comments }} | --}}{{ $restaurant->food_service_efficiency }} | {{--{{ $restaurant->food_service_efficiency_comment }} | --}}{{ $restaurant->beverage_service }} | {{ $restaurant->subtotal }} | View Details @if (auth()->user()->user_type == 3) @endif | {{-- ViewDetails / Update Modal --}}