@extends('backend.layouts.app') @section('content')
$current_year, 'month'=>$current_month - 1]) }}">前月
{{ $current_year }}年{{ sprintf('%2d', $current_month) }}月
入金ステータス |
|
---|
ステータス | 支払条件 | 入金予定日 | 入金元 | 入金予定金額 | 入金日 | 入金元 | 入金金額 | |
---|---|---|---|---|---|---|---|---|
{{ config('const.bill_status.'.$param->bill_status) }} | 銀行振込{{ $loop->index + 1 }} | {{ sprintf('%2d', Carbon::parse($param->expectation_date)->format('m')).'月'.sprintf('%2d', Carbon::parse($param->expectation_date)->format('d')).'日' }} | 日野リース{{ $loop->index + 1 }} | {{ number_format($param->total_price) }}円 | {{ sprintf('%2d', $current_month) }}月 | 日野リース | {{ number_format($param->total_price * (($loop->index + 1) / 10)) }}円 | |
請求情報データが存在しません。 |