@extends('layouts.user.profile.layout') @section('title') {{ $user->name }} @endsection @section('user-dashboard')

{{ $websiteLang->where('lang_key','my_profile')->first()->custom_text }}

my images

{{ $user->name }}

@if ($user->phone) {{ $user->phone }} @endif @if ($user->email) {{ $user->email }} @endif @if ($user->website)

{{ $user->website }}

@endif @if ($user->address)

{{ $user->address }}

@endif
@csrf
@csrf
@csrf
{{ $websiteLang->where('lang_key','exist_banner_img')->first()->custom_text }}
banner img
@endsection