@extends('layouts.report') @section('page_title') OSAA - Reimbursement Status @stop @section('style') @stop @section('jquery_init') @stop @section('body')
| Activity | Division | Year/Season | Status | |
|---|---|---|---|---|
| {{ Helpers::getActivityName($sa->activity) }} | {{ $sa->division }} | {{ $sa->school_year }}/{{ $sa->season }} | @if (!is_null($sa->reimbursed_at))OK - {{ date('n/j/Y', strtotime($sa->reimbursed_at)) }} | @elseNOT READY | @endif