@extends('layouts.nifty') @section('content') User Management List of Users Add New User Add New User Complete the form below to Add New User. @csrf Create a New User Employee No Employee Name Email Address Password Confirm Password Branch Select Branch @foreach($branches as $branches) {{ $branches->branch }} @endforeach User Photo Roles @foreach($roles as $id => $roles) roles->contains($id)) ? 'selected' : '' }}>{{ $roles }} @endforeach Back to List Save User @include('partials.footer') @endsection
Complete the form below to Add New User.