@if (session('status'))
{{-- @include('partials.deletemodal') --}}
@include('layouts.footers.auth')
{{ session('status') }}
@endif
Invoices
To pay for previous month revenue.
{{--
--}}
Websites
No. | @sortablelink('name', 'User') | @sortablelink('email', 'Email') | Payment method | Period | @sortablelink('total_earnings', 'Revenue') | Status | |
---|---|---|---|---|---|---|---|
{{ $index + 1 + ($users->currentPage() - 1) * $users->perPage() }} | {{ $user->name }} | {{ $user->email }} | {{ $user->payment_method?->method ?? 'N/A' }} | {{ now()->subMonth()->format('Y M') }} | {{ $user->total_earnings ?? 0 }} | @if ($user->payments->count()) Paid @else Unpaid @endif |