@extends('layouts.app') @section('content')
| S.N. | Verification No. | नाम | लिङ्ग | सम्पर्क नं. | बुबाको नाम | प्रदेश | जिल्ला | स्थानिय तह | वडा नं. | टोल | श्रेणी | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$sns }} | {{ $userReport->accepted_sn }} | {{ $userReport->name }} {{ $userReport->nameeng }} |
{{ gender($userReport->gender) }} | {{ $userReport->mobileno }} | {{ $userReport->fname }} | {{$userReport->province->province}} | {{$userReport->district->district_name}} | {{$userReport->locallevel->local_name}} | {{$userReport->ward}} | {{$userReport->tole}} | {{$userReport->level->level}} | @if($userReport->app_status == '5')रद्द भएको ! | @else@endif |
Please select the options from input.
@endif @endsection