傳票編號:@if(date('Ymd') < date('Ymd',strtotime($monthly.'01'))){{date('Ymd',strtotime($monthly.'01'))}}@elseif(date('Ymd') > date('Ymt',strtotime($monthly.'01'))) {{date('Ymt',strtotime($monthly.'01'))}}@else{{date('Ymd')}}@endif-      日期:@if($billing_start_date>$nowdate){{date('Y/m/d',strtotime($billing_start_date))}}@elseif($billing_end_date!='0000-00-00'&&$billing_end_date<$nowdate){{date('Y/m/d',strtotime($billing_end_date))}}@else{{date('Y/m/d')}}@endif 對象:
會計帳號 會計科目 摘要 借方金額 貸方金額 收據號碼 動作
@foreach($items as $item) @if($item->cost) @else @endif @endforeach
{{$item->acct_id}} {{$item->acct_name}} {{$item->summary}} {{$item->cost}}

@if($mode=='advance') @endif @include('finance.body_modal')