@extends('layouts.front-end.app') @section('title',auth('customer')->user()->f_name.' '.auth('customer')->user()->l_name) @section('content')

{{\App\CPU\translate('profile_Info')}}

@include('web-views.partials._profile-aside')
@csrf
{{$customerDetail->f_name. ' '.$customerDetail->l_name}}
( * {{\App\CPU\translate('Image ratio should be 1:1')}} )

{{\App\CPU\translate('account_information')}}

( * {{\App\CPU\translate('country_code_is_must')}} {{\App\CPU\translate('like_for_BD_880')}} )
{{\App\CPU\translate('delete_account')}}
@endsection @push('script') @endpush