@extends('backend.layouts.app') @section('content')
選択 | 商品コード | 商品名 | 使用日 | 使用量 | 単位 | 請求金額(税別) |
---|---|---|---|---|---|---|
id) ? $current_params->id : '') == $addition->purchase->id ? 'checked' : '' }} value="{{ $addition->purchase->id }}">
|
{{ $addition->purchase->receipt_no }} | {{ $addition->purchase->purchase_name }} | 2019年7月13日 | 2 | L | {{ number_format($addition->purchase->getFixPrice()) }}円 |
データが存在しません。 |
登録日 | 担当者 | 入力者 | 商品コード | 商品名 | 使用日 | 使用量 | 単位 | 請求金額 |
---|---|---|---|---|---|---|---|---|
{{ Carbon::parse($current_params->register_date)->format('Y.m.d') }} | {{ isset($current_params->order_user->name_kanji) ? $current_params->order_user->name_kanji : '' }} | {{ isset($current_params->creater->name_kanji) ? $current_params->creater->name_kanji : '' }} | {{ $current_params->receipt_no }} | {{ $current_params->purchase_name }} | 2019年7月13日 | 2 | L | {{ number_format($current_params->request_amount) }}円 |
データが存在しません。 |