@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')
            
        
        
            
        
    
@endsection
@push('breadcrumb-plugins')
    
@endpush
@push('style')
    
@endpush