@extends('layouts.admin') @section('page-title') Establishment Bars List @endsection @section('page-top-title') Establishment Bars @endsection @section('content-body')
Bar Name | Welcome | {{--Comments | --}}Atmosphere & Ambience | {{--Comments | --}}Food Service | {{--Comments | --}}Beverage Service | {{--Comments | --}}Wine List | {{--Comments | --}}Menu Variety | {{--Comments | --}}Furniture | {{--Comments | --}}Decor | {{--Comments | --}}Temperature | {{--Comments | --}}Housekeeping | {{--Comments | --}}Cheque/Bill | {{--Comments | --}}Total | 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 |