@extends('layouts.app') @section('content') Add User Settings User Management Add User Cancel Submit User details Active Inactive Tap to change photo Max size 5 MB Name Email Phone +256 Employee ID Role Select @foreach($roles as $role) name) == $role->user_type ? 'selected' : '' }}> {{ ucfirst($role->name) }} @endforeach @endsection @section('scripts') @endsection
User details