{{ __('Sanction Year') }}

@php if (env('ORG_TYPE') == 'demo' || env('ORG_TYPE') == 'baramati') { $title = "SSR"; } else { $title = "DSR"; } @endphp

Add Sanction Year

@csrf
@error('sanction_type')
*{{ $message }}
@enderror
@error('sanction_year')
*{{ $message }}
@enderror

List of @if (env('ORG_TYPE') == 'demo') SSR Material @else DSR @endif Sanction Year

@if ($dsr_years) @php $i = 1; @endphp @foreach ($dsr_years as $r) @endforeach
Sr NO Year
{{$i++}} {{$r->SanctionYear}}
@else

No any year found

@endif