@if(session('success'))
{{ session('success') }}
@endif
@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if(empty($latestBillingPeriod))
There are no unbilled periods available for processing.
@else
Processing...
Processing, please wait...
@if(session('processed_count'))
{{ session('processed_count') }} bills processed successfully
@endif
@endif