@extends('layouts.dashboard') @section('title','Create Booking | SmartGrid') @section('content') @include('partials.sidebar')@include('partials.topbar',['title'=>'Create Booking'])Apartment / Room Booking FormBooking must exist before payment confirmation and access issuance.@if($errors->any()){{ $errors->first() }}@endif@csrfGenderMaleFemaleOtherChoose apartment / room@foreach($rooms as $room){{ $room->room_name }} — ₦{{ number_format($room->default_price,2) }}@endforeachCreate Booking & Pay@endsection @section('scripts')@endsection
Booking must exist before payment confirmation and access issuance.