@include('header')
VIEW ACCOUNT
Account Name
@if(!empty($accounts)) @foreach($accounts as $account)
{{$account['acc_name']}}
@endforeach @endif
Account number
@if(!empty($account_numbers)) @foreach($account_numbers as $number)
{{$number['acc_number']}}
@endforeach @endif
Search
@if (Session::has('acc_error'))
×
{{Session::get('acc_error')}}
@endif @if (Session::has('acc_success'))
×
{{Session::get('acc_success')}}
@endif
@if(empty($acc))
×
No details added for this account
@endif @if(!empty($acc))
id)}}' method="post" enctype="multipart/form-data">
Account Logo
@if($one_acc[0]->logo)
@else
@endif
[ Click browse to upload Account Logo ]
Account Name
@if(!empty($one_acc))
@endif
Account Number
Country
City
Cost centre:
@foreach($cost_centre as $centre)
@endforeach
ADD MORE COST CENTRE
Address
Invoice address same as above
ADD ADDITIONAL ADDRESS
Address 2
Invoice address same as above
ADD ADDITIONAL ADDRESS
Address 3
Invoice address same as above
@endif