@extends('layout.AtoZPortal.main') @section('content')

@lang('routes.CUST_PANEL_PAGE_EDIT_PROFILE_TITLE')

@include('includes.errors') @include('includes.success')

@lang('routes.BUTTON_CLOSE_CAPTION')


@lang('routes.CUST_PANEL_PAGE_PROFILE_TAB_AC_DETAILS_TITLE')
@if(Customer::get_customer_picture_url(Customer::get_accountID()) !='') @endif
@lang('routes.CUST_PANEL_PAGE_PROFILE_TAB_ADDRESS_INFORMATION_TITLE')
{{Form::select('Country', $countries, $account->Country ,array("class"=>"form-control select2"))}}
@include('includes.ajax_submit_script', array('formID'=>'account-from' , 'url' => ('customer/profile/update'))) @stop @section('footer_ext') @parent @stop