@extends('layouts.nifty') @section('content') User Management List of Users View User View User View User Information. View User Information Employee No Employee Name Email Address Password Confirm Password Branch {{ $branchname->branch ?? 'Select Branch' }} @foreach($branches as $branches) {{ $branches->branch }} @endforeach Roles @foreach($roles as $id => $roles) roles()->pluck('name', 'id')->contains($id)) ? 'selected' : '' }}>{{ $roles }} @endforeach Back to List User Photo @include('partials.footer') @endsection
View User Information.