@extends('layouts/fullLayoutMaster') @section('title', 'Statement of ' . $account) @section('page-style') @endsection @section('content')

 

@if( request()->input('head_account') == "Customers" ) @if( $customer_type == 'Foreign' )

HENIXIO AVIATION

RM I 5/F PH 4 , GOLDEN DRAGON IND CTR, 182

TAI LIN PAI RD, KWAI CHUNG, HONG KONG

www.HenixioAviation.com

Info@HenixioAviation.com

+85281700369

@else

United Arab Emirates, Dubai, Saheel 2 Tower,

Office 508, P.O.Box: 1303 Dubai

info@sepia-tech.com

www.sepia-tech.com

@endif @elseif( request()->input('head_account') == "Vendors" )

HENIXIO AVIATION

RM I 5/F PH 4 , GOLDEN DRAGON IND CTR, 182

TAI LIN PAI RD, KWAI CHUNG, HONG KONG

www.HenixioAviation.com

Info@HenixioAviation.com

+85281700369

@endif

STATEMENT



Date From: {{ request()->input('date_from') }}
Date To: {{ request()->input('date_to') }}
Account Name:    {{ $account }}
@if( $account_info )
{{ $account_info->address }}
{{ $account_info->phone }}
@endif
@php $i = 0; $sum = 0.00; @endphp @if( !empty($details) ) @foreach($details as $detail) @php $sum += $detail["amount"]; @endphp @endforeach @endif
Row Date Decription {{ request()->input("currency") }} Balance
Previous Balance {{ number_format($previous_balance, 2) }}
{{ ++$i }} {{ $detail["date"] }} {{ $detail["description"] }} {{ number_format($detail["amount"], 2) }} {{ number_format($detail["balance"], 2) }}
Balance {{ number_format($sum+$previous_balance, 2) }}
@endsection @section('page-script') @endsection