@extends('superadmin.layout.app') @section('title', 'Election Portal - User Details') @section('content')

User Details

{{-- Back --}}
@csrf @php $data=App\Models\UserDetail::where('user_id',$registration->id)->first(); @endphp
{{ $errors->first('block_name') }}
{{ $errors->first('booth_name') }}
{{ $errors->first('name') }}
{{ $errors->first('mobile_number')}}
{{ $errors->first('email')}}
{{ $errors->first('address') }}
@endsection @push('footerscript') @endpush