@extends('admin.layouts.master') @section('title') {{ $data['title'] ?? '' }} @endsection @section('content')

Profile

{{ Auth::user()->name }}

{{ Auth::user()->email }}

From : {{ date('d-M-Y', strtotime(Auth::user()->created_at)) }}

Role : {{ ucfirst(auth()->user()->getRoleNames()->first()) }}

@if (request()->has('mode') && request()->get('mode') == 'edit')

Edit Profile

Back
@csrf
Image Preview

Password Change
@csrf
@endif
@endsection @push('script') @endpush