@extends('admin.layouts.app') @section('panel')

@lang('Profile Information')

@lang('View and manage your profile details including name, username, and email.')
  • @lang('Name') {{ __($admin->name) }}
  • @lang('Username') {{ __($admin->username) }}
  • @lang('Email') {{ $admin->email }}
  • @lang('Joined at') {{ showDateTime($admin->created_at) }} {{ diffForHumans($admin->created_at) }}

@lang('Update Profile')

@csrf
@endsection @push('breadcrumb-plugins')
@lang('Dashboard')
@endpush @push('style') @endpush