@include('admin.classy.partial._sidebar') @include('admin.classy.partial._top')
{{-- weeklydaily_new_sellers --}}
{{--
Administrators
--}}
{{--
--}} {{-- --}}
@if ($errors->any()) @endif @if (Session::has('error')) @endif @if (Session::has('success')) @endif
@foreach($payments as $p) @endforeach
Date Invoice no. Received from Apartment booked Booking duration Amount paid
{{ $p['date']; }} {{ $p['invoice_no']; }} {{ $p['received_from']; }} {{ $p['apartment_booked'] }} {{ $p['days_booked'] }} {{ number_format($p['total_amount_paid'], 2); }} {{-- Print Invoice --}} Print Invoice

{{-- --}} {{-- --}} {{-- --}} {{-- --}}