@extends('layouts.main') @section('title', 'finance-invoice') @section('css') @endsection @section('nav') @include('layouts.nav') @endsection @section('content')

You can see the history of invoices you've received from us here.

Invoices are calculated based on the reservation check-out date.

  • Invoice
  • Description
  • {{--
  • Due by
  • --}}
  • Invoice amount
  • Payment made
@foreach ( $bookings as $key => $booking ) @endforeach
@endsection @section('scripts') @endsection