@extends('admin.layouts.app') @section('title', 'Admin - User List') @push('headerscript') @section('content')
{{--
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))
@endif @endforeach
--}}

User


@foreach ($lists as $r) {{-- --}} @endforeach
S.No. Name Phone Email Gender Wallet Image Action
{{ $loop->iteration }} {{ $r->name }} {{ $r->phone }} {{ $r->email }} {{ $r->gender }} {{ $r->wallet }}
@method('delete') @csrf
@endsection @push('footerscript') @endpush