@include('frontend.header')

RIGHT TO INFORMATION ACT, 2005

Name of the Institution: TAGORE GOVERNMENT ARTS AND SCIENCE COLLEGE, LAWSPET, PUDUCHERRY.

Public Information Officer: {{ $rti_basic->officer}}

The Superintendent-cum-PIO CONTACT : {{ $rti_basic->contact}}

First Appellate Authority: {{$principal->name}}, {{$principal->qualification}}

The Principal CONTACT : 9443648499

@forelse($rti as $key => $item) @empty @endforelse
S.No Date of Receipt Received From Fees Collected Subject Date of Dispatch Remarks
{{ $key + 1 }}. {{ \Carbon\Carbon::parse($item->date_of_receipt)->format('d.m.Y') }} {{ $item->received_from }} {{ $item->fees_collected }} {{ $item->subject }} @if($item->date_of_dispatch) {{ $item->date_of_dispatch}} @else - @endif {{ $item->remarks ?? '-' }}
No RTI records found
@include('frontend.footer')