@extends('admin.layouts') @section('title', 'User Management') @section('header') @endsection @section('content')
| SN | USER ID | NAME | PHONE NUMBER | ADDRESS | ACTION | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $user->user_id }} | {{ $user->name }} | {{ $user->email }} | {{ $user->phone_number }} | {{ $user->address }} | View Orders |