@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100'])
@section('content')
@include('layouts.navbars.auth.topnav', ['title' => 'User Verification'])
# |
Name |
Email |
Phone |
City |
Action |
@foreach ($user as $index => $data)
{{ $index + 1 }} |
{{$data->first_name ?? ''}} |
{{$data->email ?? ''}} |
{{$data->phone ?? ''}} |
{{$data->city ?? ''}} |
|
@endforeach
Name |
Relationship |
Profession |
Age |
Contact Number |
Address |
@endsection
@push('scripts')
@endpush