@extends('layouts.master') @section('content')
avatar

{{auth()->user()->firstname.' '.auth()->user()->lastname}}

Date of Join : {{format_date(auth()->user()->created_at,'D M, Y')}}
{{-- profile edit --}}
@endsection @push('modals') @endpush