@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'User Verification'])

User

{{-- Add User --}}
@foreach ($user as $index => $data) @endforeach
# Name Email Phone City Action
{{ $index + 1 }} {{$data->first_name ?? ''}} {{$data->email ?? ''}} {{$data->phone ?? ''}} {{$data->city ?? ''}}
@endsection @push('scripts') @endpush