@extends('layouts.master') @section('title', 'User List') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header')

User List

{{--

Hello! This is Sandbox

--}}
User List
Add
{{-- --}} @foreach ($userlist as $i => $item) {{-- --}} @endforeach
No. First Name Last Name E-mail RolePermissionManage
{{ ++$i }} {{ $item->user_firstname }} {{ $item->user_lastname }} {{ $item->user_email }} {{ $item->user_role }} {{-- --}} {{-- --}}
@include('layouts.footer') @endsection