@extends('layouts.cork')
@section('title', $title)
@section('page-css')
@endsection
@section('breadcrumb')
@endsection
@section('content')
| Year |
Start Date |
End Date |
Member Cost |
Non-Member Cost |
Action |
@foreach ($years as $y)
| {{ $y->year }} |
{{ $y->start_date }} |
{{ $y->end_date }} |
${{ number_format($y->member_cost,2) }} |
${{ number_format($y->non_member_cost,2) }} |
|
@endforeach
| Year |
Start Date |
End Date |
Member Cost |
Non-Member Cost |
|
@endsection
@section('page-js')
@endsection