@extends('.frontend.default') @section('content')
@if(empty($venue_reservation->url))
目前未能預訂
@else 查看預訂詳情 @endif

{{$venue_reservation->title}}

@php $address_text = __('backpack::venue_reservation.active_address_options.'.$venue_reservation->active_address); if(!empty($venue_reservation->other_active_address)){ $address_text .= ' - '.$venue_reservation->other_active_address; } @endphp
地點:

{{$address_text}}

提供單位:

{{$venue_reservation->unit->c_unitname}}

場地簡介:

@nl2br($venue_reservation->content ?? '-')

備註:

@nl2br($venue_reservation->remark ?? '-')

@endsection @push('pagescript') @endpush @section('pagecss') @endsection