@extends('web.layouts.container') @section('css') {{-- --}} @endsection @section('content')

{{$hall->hall_name}}

@if($hall->rate) @for($i = 1; $i <= $hall->rate; $i++) @endfor @endif
( {{$hall->evaluate_counts . ' ' . __('halls.evaluates')}} )
{{__('halls.city_id')}} : {{$hall->city_name}}
@if(count($hall['images'])) @foreach($hall['images'] as $image) @endforeach @endif
{{__('halls.user_id')}}
{{$hall->provider_name}}
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- {{__('halls.logo')}}--}} {{--
{{$hall->hall_name}}
--}} {{--
--}} {{--
--}} {{--
--}}
{{__('halls.capacity')}}
{{$hall->capacity}} {{__('halls.person')}}
{{__('halls.amount_day_person')}}
{{$hall->booking_amount_per_person ?? $hall->booking_amount_per_day}} {{__('main.sar')}}
{{__('halls.prices_not_includes_tax')}}
{{-- Map block--}}

{{__('halls.city_id')}}

{{$hall->city_name}}

{{__('halls.region_id')}}

{{$hall->region_name}}

{{__('halls.street')}}

{{$hall->street}}

{{__('halls.sector_id')}}

{{$hall->sector_name}}
{{-- Map block--}} {{--
--}} {{--
--}} {{--
{{__('halls.description')}}
--}} {{--
{!! $hall->hall_description !!}
--}} {{--
--}} {{--
--}} @if(count($occasions ?? []))
{{__('halls.your_occasions')}}
@foreach($occasions as $occasion)
{{$occasion->name}}
@endforeach
{{--
--}} {{--
--}} {{-- @if(count($occasions))--}} {{-- @foreach($occasions as $occasion)--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

{{$occasion->name}}

--}} {{--
--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{-- @endif--}} {{--
--}} {{--
--}}
@endif @if(count($tables ?? []))
{{__('halls.halls_options')}}
@foreach($tables as $table)

{{$table->name}}

@endforeach
{{--
--}} {{-- @if(count($tables))--}} {{-- @foreach($tables as $table)--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

{{$table->name}}

--}} {{--
--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{-- @endif--}} {{--
--}}
@endif @if(count($services ?? []))
{{__('halls.approved_services')}} {{__('halls.meet')}}
@foreach($services as $service)
{{$service->name}}

{{stripText($service->description, 30)}}

{{$service->price}} SAR ({{__('halls.per_person')}})

@endforeach
@endif @if(count($addedServices ?? []))
{{__('halls.added_services')}}
@foreach($addedServices as $addedService)
{{$addedService['name']}}

{{stripText($addedService['description'])}}

{{$addedService['price']}} {{__('main.sar')}} ({{__('halls.per_person')}})

@endforeach
@endif @if(count($evaluates))
{{__('halls.customer_reviews')}}
@foreach($evaluates as $evaluate)
{{$evaluate->user_name}}

{{$evaluate->comment}}

@endforeach
@endif
{{__('halls.description')}}
{!! $hall->hall_description !!}
{{__('halls.features')}}
@if(count($features)) @foreach($features as $feature)
{{$feature}}
@endforeach @endif {{--
{!! $hall->features !!}
--}}
{{__('halls.reservation_condition')}}
@if(count($reservationConditions)) @foreach($reservationConditions as $reservationCondition)
{{$reservationCondition}}
@endforeach @endif {{--
{!! $hall->reservation_condition !!}
--}}
{{--
--}} {{--
--}} {{--
{{__('halls.hall_location')}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{__('halls.city_id')}}

--}} {{--
{{$hall->city_name}}
--}} {{--
--}} {{--
--}} {{--

{{__('halls.region_id')}}

--}} {{--
{{$hall->region_name}}
--}} {{--
--}} {{--
--}} {{--

{{__('halls.street')}}

--}} {{--
{{$hall->street}}
--}} {{--
--}} {{--
--}} {{--

{{__('halls.sector_id')}}

--}} {{--
{{$hall->sector_name}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}} {{--
فترة الحجز
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
{!! __('halls.hall_footer_title') !!}
@endsection @section('inner_js') {{-- --}} @endsection