@extends('account::layouts.account') @section('content')

My profile

@csrf
@include('account::user.form.email', compact('user'))
@include('account::user.form.phone', compact('user'))
@include('account::user.form.city_of_residence', compact('user'))
@if ($user->is('user')) @endif

Social Links

@endsection