@extends('layouts.user') @push('css') @endpush @section('title')

@lang('My Profile')

@lang('Dashboard')
@endsection @section('content')

@lang('My Account')

@includeIf('partials.flash')
@csrf
{{-- clients --}}

{{ auth()->user()->name }}

{{ auth()->user()->email }}
{{--
--}}
{{--

@lang('Social Accounts')

--}}
@endsection @push('js') @endpush