@extends('user.layouts.app') @section('title', 'Request Extension - ' . $booking->booking_code) @section('content')
Extend your warehouse booking period
Booking Code: {{ $booking->booking_code }}
Warehouse: {{ $booking->warehouse->name }}
Current Period: {{ $lastBooking->start_date->format('M d, Y') }} - {{ $lastBooking->end_date->format('M d, Y') }} ({{ $lastBooking->rental_days }} days)
Current Cost: ${{ number_format($lastBooking->final_price, 2) }}