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

@lang('routes.CUST_PANEL_PAGE_PROFILE_HEADING_ACCOUNT_DETAILS')

@lang('routes.BUTTON_EDIT_CAPTION')
@include('includes.errors') @include('includes.success')

@lang('routes.CUST_PANEL_PAGE_PROFILE_TAB_AC_DETAILS_TITLE')
{{$account->FirstName}}
{{$account->LastName}}
{{$account->Number}}
{{$account->AccountName}}
{{$account->BillingEmail}}
{{(Currency::getCurrency($account->CurrencyId))}}
@if(isset($account->Description) && $account->Description!='')
{{$account->Description}}
@endif
@lang('routes.CUST_PANEL_PAGE_PROFILE_TAB_ADDRESS_INFORMATION_TITLE')
{{$account->Address1}}
{{$account->City}}
{{$account->Address2}}
{{$account->PostCode}}
{{$account->Address3}}
{{$account->Country}}
@lang('routes.CUST_PANEL_PAGE_PROFILE_TAB_PAYMENT_INFORMATION_TITLE')
{{$account->PaymentMethod}}
{{$account->PaymentDetail}}
@include('includes.submit_note_script',array("controller"=>"accounts")) @stop