@extends ('../welcome') @section('content')

Unit Reservation for Client: {{ $client->name }}

@if (!empty($unit)) @if ($unit->status == 'reserved' || 'hold')
@csrf
@endif @endif
@if ($unit == '')
@csrf
{{--
--}}
@endif @if (!empty($unit))
@csrf
@if (count($facilities) != 0) @for ($i = 0; $i < count($facilities); $i++)
  • {{ $facilities[$i]['name'] }} - {{ $facilities[$i]['price'] }} - {{ $facilities[$i]['price_word'] }}
  • @endfor @endif
    @endif
    @endsection