@extends('layouts.admin') @section('title', $user->name) @section('page-title', $user->name) @section('content')
{{ $user->email }}
{{ $user->mobile ?? '-' }}
Role: {{ $user->getRoleNames()->first() }} | Branch: {{ $user->branch?->name ?? '-' }}
{{ $user->status }}