@extends('superadmin.layout.app') @section('title','Registration - Index') @push('headerscript') @endpush @section('content')

Registrer User

{{-- Add Admin --}}
@foreach($registration as $r) @php $udetails=App\Models\UserDetail::where('user_id',$r->id)->first(); @endphp @endforeach
S.NO. User Name Mobile No. Change Role Action
{{ $loop->iteration }} {{ $r->name}} {{ $r->mobile_number}} Admin Booth Agent User Edit Delete
@endsection @push('footerscript') @endpush