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