@extends('layouts.nifty') @section('content') User Management List of Users List of Users A table list of all Users. Add New User Advance Search Action Emp No Name Email Branch Roles Advance Search Employee No Name Email address Select Branch @foreach($branches as $branches) {{ $branches->branch }} @endforeach Branch Active Inactive User Status Search Reset @include('partials.footer') @endsection
A table list of all Users.