@extends('admin.layouts.dashboard') @php $title = "Bookings > New Rental booking"; $button_text = "Book Now"; @endphp @section('title', $title) @section('content') {{ $title }} @csrf @if(session()->has('error')) {{ session()->get('error') }} @endif @if(session()->has('success')) {{ session()->get('success') }} @endif Select Customer Select Customer Search and Add Product @foreach($items as $item) {{ $item->name }} + Add Product @endforeach Start Date Rent For WEEKAND 7 DAYS 14 DAYS 21 DAYS 1 MONTH Selected Products Image Product Name Start Date Rent Duration Quantity Subtotal Remove Remark Order Summary Subtotal: $0.00 GST (5%): $0.00 Total: $0.00 {{ $button_text }} Add Customer @csrf Alberta British Columbia Add Customer @endsection