{{ __('SSR PDF') }}

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

List of SSR Pdf

@if ($ssr_pdf) @php $i = 1; @endphp @foreach ($ssr_pdf as $r) @endforeach
Sr NO Rate Type Senction Year SSR Pdf
{{ $i++ }} {{ $r->rate_type }} {{ $r->SanctionYear }} {{$r->SSRFile}}
@else

No Any SSR Pdf Found

@endif