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

Edit Account

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

Close


Account Details
@if(Customer::get_customer_picture_url(Customer::get_accountID()) !='') @endif
Address Information
{{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