@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
Travel Country
select country
United Kingdom
Australia
Austria
Argentina
Africa
Brazil
Bulgaria
Denmark
Finland
France
Germany
Greece
Gibraltar
Hungary
Hong Kong SAR, China
Hong Kong
Ireland
Iceland
India
Italy
Japan
Kenya
Latvia
Luxembourg
Netherlands
Nigeria
New Zealand
Norway
Portugal
Poland
Russia
Romania
Scotland
Switzerland
Sweden
Spain
South Africa
Turkey
People's Republic of China
Ukraine
United States
Location
select city
London
Birmingham
Bournemouth
Bristol
Cardiff
Doncaster
heffield
Middlesbrough
Nottingham
Leicester
Exeter
Leeds
Bradford
Liverpool
Manchester
Newcastle upon Tyne
Newquay
Norwich
Southampton
Aberdeen
Edinburgh
Glasgow
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