@extends('backend.layouts.app') @section('content')
顧客名 | 車台番号 | 日付 |
![]() ![]() |
---|
操作 | 種別 | 請求先@sortablelink('bill_dest_name', ' ▲▼') | 登録日 | 支払期日@sortablelink('payment_date', ' ▲▼') | 件名 | 請求金額合計 | 請求書出力 | 入金処理 | @if(Auth::guard('admin')->user()->canPrintReceipt($department))領収書 | @endif
---|---|---|---|---|---|---|---|---|---|
$param->id]) }}">編集 | @foreach ($param->content as $content){{ isset($content->work->name) ? $content->work->name : '' }}@if (!$loop->last),@endif @endforeach | {{ $param->bill_dest_name }} | {{ Carbon::parse($param->created_at)->format('Y.m.d') }} | {{ !empty($param->payment_date) ? Carbon::parse($param->payment_date)->format('Y.m.d') : '' }} | {{ $param->bill_title }} | {{ !empty($param->getTotal() + $param->getTotalFee()) ? number_format($param->getTotal() + $param->getTotalFee())."円" : '' }} | $param->id]) }}" target="_blank">出力する invoice_print_status) ? 'checked' : '' }}> |
bill_status == config('const.bill_status_code.paid') ? "checked" : "" }}>
|
@if(Auth::guard('admin')->user()->canPrintReceipt($department))
出力する @include('backend.share._modal._bill', ['index'=>$param->id, 'total_price'=>($param->getTotal() + $param->getTotalFee())]) receipt_print_status) ? 'checked' : '' }}> | @endif
請求情報データが存在しません。 |