@extends('layouts.app') @section('title') All User @endsection @section('description') All User is here. @endsection @section('breadcrumb')
# | User Name | User Email | User Phone | Avatar | Action |
---|---|---|---|---|---|
{{ $index+1 }} |
|
{{ $user->email }} | {{ $user->phone_number }} | |
@if(Auth::user()->role=='admin')
Edit | @endif
No data. |