@extends('layouts.app') @section('page-header') @endsection @section('htmlheader_title') View User's @endsection @section('contentheader_title') View User's @endsection @section('main-content')

We have {{$total}} Users's

@foreach($users as $user) @endforeach
Name Phone Email Role
{{ $user->name}} {{ $user->phone}} {{ $user->email}} {{ $user->role}}
Name Phone Email Role
@endsection @section('page-scripts') {{ asset('/plugins/jQuery/jQuery-2.1.4.min.js') }} @endsection