@if (is_null($info['cutoff_date']))

Process Payments for Received Reports

Only BIA Reconciliation Report Forms received on or before this date will be processed for payment.

Cutoff Date

{{ Form::label('cutoff_date', 'Date:', array('style' => 'font-weight: bold;')) }} {{ Form::text('cutoff_date', null, array('data-datepicker' => 'true')) }} Click the textbox for a date picker.

Next


Final Reports

These reports return a summary of school billing amounts and individual school detail PDF documents.


School Summary
Details Summary
@else {{ Form::hidden('cutoff_date', date('Y-m-d', strtotime($info['cutoff_date']))) }}

Statistics, Reports, and Functions

Cutoff Date
{{ date('n/j/Y', strtotime($info['cutoff_date'])) }}
Number of Forms
{{ count($info['forms']) }}
Number of Assessments
{{ $info['assessments'] }}
Number of Assessors
{{ count($info['assessors']) }}
Total Pay Amount
${{ number_format($info['total'], 2) }}


Assessor Summary
Mark as Paid
@endif