@extends('admin.layouts.admin_master') @section('title', 'Profile') @section('content')
{{ $user->role }}
{{ ($user->branch_id) ? $user->relationtobranch->branch_name : "" }}
Last Active: {{ date('d-M,Y h:m:s A', strtotime($user->last_active)) }}
Join: {{ $user->created_at->format('D d-M,Y h:m:s A') }}