@extends($activeTemplate . 'layouts.master') @section('content')
@lang('Booking Overview')
@lang('Total')

{{ $booking['total'] }}

@lang('Requested')

{{ $booking['request'] }}

@lang('Active')

{{ $booking['successful'] }}

@lang('Canceled')

{{ $booking['canceled'] }}

@lang('Checked Out')

{{ $booking['checkedOut'] }}

@lang('Payment')

{{ $general->cur_sym . showAmount($booking['total_payment']) }}

@lang('Recent Bookings')
@include($activeTemplate . 'partials.booking_history_table', $bookings) @endsection @push('style') @endpush