@extends('layouts.production') @section('content')

Users List All Users

@foreach($users as $user) @endforeach
# Username Full Name Email Actions
{{ $i }} {{$user->first_name}} {{$user->username}} id)}}" class="btn btn-xs btn-info">Edit Delete
@endsection