@extends('Client.profile.logged-in-layout') @section('pagetitle' , __('trans.My Profile')) @section('logged-in-content')
@csrf
@lang('trans.My Profile')
@include('intlTelInput',['country_code'=>auth('client')->user()->country_code]) @endsection @push('css') @endpush