@extends('backend.layouts.app') @section('title') 見積一覧 @endsection @section('content')
見積情報作成日 |
![]() ![]() |
---|---|
車台番号 | |
担当者 |
|
操作 | 車台番号 | 見積日@sortablelink('estimatedate', ' ▲▼') | 見積先 | 見積合計@sortablelink('total', ' ▲▼') | 見積書出力 |
---|---|---|---|---|---|
{{ $lease_estimate->chassis_no }} | {{ Carbon::parse($lease_estimate->estimate_date)->format('Y.m.d') }} | {{ $lease_estimate->partner_name }} | {{ number_format($lease_estimate->total_fee).'円' }} | ||
見積データが存在しません。 |