@extends('layouts.app') @section('title', 'Edit User - Tiqkets') @section('page-title', 'Edit User') @section('content')
{{ $user->branch->branch_name ?? 'N/A' }}
{{ $user->created_at->format('M d, Y') }}
{{ $user->updated_at->format('M d, Y') }}
Changing the role or branch will affect the user's permissions and access levels.