@section('page-title', __('language.annualfinanicalreport')) @extends('site.master') @section('main-content')

@lang('language.annualfinanicalreport')

{{-- @dd($fiscal_year) --}}
@if ($financialReprot && $financialReprot->isNotEmpty())
@foreach ($financialReprot as $report)
{{ session('localeSession') == 'en' ? $report->getfiscalyear->fiscalyear_en : $report->getfiscalyear->fiscalyear_np }} Report Image

{{ $report->title }}

View Report
@endforeach
@else

No records available

@endif
@endsection @push('scripts') @endpush