@extends('admin.layouts.app') @section('content')
Back
@if($gharbato->chalani_no)
चलानी न ं : {{ $gharbato->chalani_no }}
@endif
मिति : {{ $gharbato->date_in_nepali }}

{{ $gharbato->subject }}

उपरोक्त सम्बन्धमा मेराे नाममा भु सु तथा मा पाे का भ पु मा दर्ता भएकाे @if ($gharbato->is_area == 1) आवाशिय क्षेत्रमा परेकाे @else @endif तपसिलमा उल्लेखित कित्ता जग्गाकाे चार किल्ला निम्न अनुसार भएकाेले साेही अनुसार चार किल्ला प्रमाणित गरी पाउँ भनी {{$gharbato->applicant_municipality}} j8f g+= {{$gharbato->applicant_ward}} a:g] {{$gharbato->applicant_name}}काे निवेदनमा उल्लेख भए बमाेजिम तपसिल अनुसारकाे चार किल्ला भित्रकाे जग्गा निवेदककाे हकभाेग चलनकाे हाे भनी चार किल्ला प्रमाणित गरिन्छ ।

@php // Extract relations JSON from $gharbato (Gharbato model) $relationsArray = []; if (!empty($gharbato) && !empty($gharbato->relations)) { if (is_string($gharbato->relations)) { $relationsArray = json_decode($gharbato->relations, true); } elseif (is_array($gharbato->relations)) { $relationsArray = $gharbato->relations; } } @endphp @if (!empty($relationsArray)) @foreach ($relationsArray as $index => $item) @if ($loop->first) @endif @endforeach @else @endif
क्षेत्र वडा कित्ता नं. क्षेत्रफल पूर्व पश्चिम उत्तर दक्षिण
{{ $gharbato->municipality->name_in_nepali ?? '—' }} {{ $gharbato->ward->name_in_nepali ?? '—' }} {{ $item['plot_no'] ?? '—' }} @if (!$loop->last && isset($relationsArray[$index + 1]['plot_no']))
@endif
{{ $item['area'] ?? '—' }} @if (!$loop->last && isset($relationsArray[$index + 1]['area']))
@endif
{{ $item['east'] ?? '-' }} @if (!$loop->last && isset($relationsArray[$index + 1]['east']))
@endif
{{ $item['west'] ?? '-' }} @if (!$loop->last && isset($relationsArray[$index + 1]['west']))
@endif
{{ $item['north'] ?? '-' }} @if (!$loop->last && isset($relationsArray[$index + 1]['north']))
@endif
{{ $item['south'] ?? '-' }} @if (!$loop->last && isset($relationsArray[$index + 1]['south']))
@endif
कुनै विवरण उपलब्ध छैन
{{ $Wardchairman->name_in_nepali ?? '' }}
{{ $Wardchairman->positioned->name_in_nepali ?? 'वडाध्यक्ष' }}
{{ $Wardchairman->municipality->name_in_nepali ?? 'भक्तपुर नगरपालिका' }}, j8f g+= {{ $Wardchairman->ward->name_in_nepali ?? '२' }}
@endsection