@extends('layouts.app') @section('title','Fiscal Years') @section('content')
@forelse($fy as $item)@empty@endforelse
NameStartEndStatus
{{ $item->name ?? '—' }}{{ $item->start_date ?? '—' }}{{ $item->end_date ?? '—' }}{{ $item->status ?? '—' }}
No records found
@endsection