@extends("website.layouts.layout") @section('title', "My Account") @section("body") Home My Profile Account Security @include("website.clients.includes.sidebar") @include("website.layouts.modal") @if(isset($clientUpdate['success']['data'])) Profile Info Name {{ $client['first_name'] }} {{ $client['last_name'] }} Postal Code {{ $client['postal_code'] }} Email {{ $client['email'] }} Phone Number {{ $client['phone'] }} Country {{ $client['country'] }} @endif @csrf First Name Last Name Email Phone Number Postal Code Country Save Details Processing @endsection @section('footerItems') @endsection
{{ $client['first_name'] }} {{ $client['last_name'] }}
{{ $client['postal_code'] }}
{{ $client['email'] }}
{{ $client['phone'] }}
{{ $client['country'] }}