@extends('layouts.app') @section('page_title','My Profile') @section('page_subtitle','Update your personal details, bank details and password.') @section('content')
@csrf @method('PUT')
Role{{ strtoupper($user->role) }}
Department{{ $user->department?->name ?? '-' }}
Designation{{ $user->designation?->name ?? '-' }}
@endsection