@extends('EcomAuthViews::layouts.authentication.layout' , ['title' => 'Register Account']) @section('content') @php $country_code = $data['phone_country_code']; $phone_value = $data['phone']; $email = $data['email']; @endphp
@endsection @section('scripts') @endsection