@extends('layouts.app') @push('page-styles') @endpush @section('page-content')
{{ __('Profile') }}
User Image

{{ $user->fullName }}

{{ __('Date Joined') }} : {{ format_date($user->created_at, ' D M Y') }}
@endsection @push('page-scripts') @endpush