@extends('layouts.front.app') @section('title', 'My Profile') @section('content') @php $user = auth()->guard('user')->user(); @endphp

{{ __('pages/profile.title') }}

{{ __('pages/profile.my_profile') }}

{{ __('pages/profile.description') }}

@endsection