@extends('layouts.app') @section('title') All User @endsection @section('description') All User is here. @endsection @section('breadcrumb')
# | User Name | User Email | User Phone |
---|---|---|---|
{{ $index+1 }} |
|
{{ $user->email }} | {{ $user->phone_number }} |
No data. |