@extends('layouts.default', ['appTopMenu' => true]) @php use App\Models\Masters\Master_model; @endphp @section('title','RTI Appeal Form ') @push('scripts') @endpush @push('head') @endpush @section('content')
@if (session('status'))
{!! session('status') !!}
@elseif(session('failed'))
{{ session('failed') }}
@endif
@csrf @if( !empty($app_details->id)) @endif
Registration [Form-F]
@php $sn_language='-1'; $sn_language=session()->get('sn_language'); @endphp
RTI Application ID: /1970
{{ $app_details->name ?? old('txtname')}}
{{ $app_details->f_name ?? old('txtfname')}}
{{ $app_details->age ?? old('txtage')}}
{{ $app_details->occupation ?? old('txtoccupation')}}
{{$app_details->info_req1 ?? old('txtinforeq1')}}
{{ $app_details->info_period ?? old('txtinfoperiod')}}
{{ $app_details->other_detail ?? ' Not Available'}}
{{ $app_details->address ?? old('txtaddress')}}
{{ $app_details->pincode ?? old('pincode')}}
{{ !empty($app_details->app_date) ? \Carbon\Carbon::parse($app_details->app_date)->format('d-m-Y'):old('txtappdate') }}
{{ date("Y-m-d", strtotime("+30 days", strtotime($app_details->app_date))) }}
05-08-2024
(B) Not satisfied with given answers
@endsection