@extends('layouts.admin') @section('page-title') Establishment Bars List @endsection @section('page-top-title') Establishment Bars @endsection @section('content-body')
{{-- Messages --}} @include('backend.inc.messages')

Establishment Bars {{ $establishment ? ' - ' . $establishment->name : '' }}

Add New Bar
{{--

Current Establishment Bars

Add New Bar --}} {{-- Add New Bar Modal --}}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach ($establishment->BarVenues as $bar) {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
@endforeach
Bar Name WelcomeCommentsAtmosphere & AmbienceCommentsFood ServiceCommentsBeverage ServiceCommentsWine ListCommentsMenu VarietyCommentsFurnitureCommentsDecorCommentsTemperatureCommentsHousekeepingCommentsCheque/BillCommentsTotal Action
{{ $bar->bar_venue_name }} {{ $bar->bar_welcome }}{{ $bar->bar_welcome_comments }} {{ $bar->bar_atmosphere_ambience }}{{ $bar->bar_atmosphere_ambience_comments }}{{ $bar->bar_food_service }} {{ $bar->bar_food_service_comments }} {{ $bar->bar_beverage_service }}{{ $bar->bar_beverage_service_comments }}{{ $bar->bar_wine_list }}{{ $bar->bar_wine_list_comments }}{{ $bar->bar_menu_variety }} {{ $bar->bar_menu_variety_comments }}{{ $bar->bar_furniture }}{{ $bar->bar_furniture_comments }}{{ $bar->bar_decor }}{{ $bar->bar_decor_comments }}{{ $bar->bar_temperature }}{{ $bar->bar_temperature_comments }} {{ $bar->bar_housekeeping_standards }}{{ $bar->bar_housekeeping_standards_comments }}{{ $bar->bar_cheque_bill }}{{ $bar->bar_cheque_bill_comments }}{{ $bar->bar_subtotal }} View Details @if (auth()->user()->user_type == 3) @endif
@endsection @section('page-scripts') {{-- --}} @endsection