@extends('layouts.app') @section('title', 'Fiscal Years') @section('crumbs', 'Fiscal Years ยท period control') @section('content')
| Year | Start | End | Current | Status | |
|---|---|---|---|---|---|
| {{ $y->name }} | {{ substr($y->start_date,0,10) }} | {{ substr($y->end_date,0,10) }} | {!! $y->is_current ? 'Current' : 'โ' !!} | {!! $y->is_closed ? '๐ Closed' : 'Open' !!} | @if(perm('settings.edit')) Edit dates @if($y->is_closed) @else @endif @endif |