@extends('backend.layouts.app') @section('title') リース契約一覧 @endsection @section('content')
リース会社 | 目的 |
|
|
---|---|---|---|
契約番号 | 取引先名 | ||
登録日・検収 |
![]() ![]() |
車検期日 |
![]() ![]() |
車台番号 | 満了日 |
![]() ![]() |
|
ステータス |
|
ステータス | 処理 | リース会社 | 目的 | 契約番号 | 取引先名 | メーカー | サイズ | 形状 | 年式 | 仕入先名 | 登録日・検収日 | 車検期日 | 車台番号 | 満了日 | 契約月数 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ Config::get('const.lease_status.'.$param->lease_status) }} |
@if($param->lease_status==config('const.lease_status_code.running'))
$param->id, '#expiration']) }}">処理 @else @endif @if($param->is_own_company) @if(isset($param->lease_bills)) @else @endif @endif |
{{ $param->lease_company_partner ? $param->lease_company_partner->company_name1 : '' }} | {{ Config::get('const.lease_case.'.$param->lease_case) }} | {{ $param->contract_no }} | {{ $param->partners['company_name1'] }} | {{ Config::get('const.lease_vehicle_maker.'.$param->vehicle_maker) }} | {{ Config::get('const.vehicle_size.'.$param->vehicle_size) }} | {{ $param->body_category }} | {{ $param->year_type_y }} | {{ $param->supplier['company_name1']}} | {{ isset($param->delivery_date) ? Carbon::parse($param->delivery_date)->format('Y.m.d') : '' }} | {{ isset($param->vehicle_inspection_date) ? Carbon::parse($param->vehicle_inspection_date)->format('Y.m.d') : '' }} | {{ $param->chassis_no }} | {{ isset($param->expiration_date) ? Carbon::parse($param->expiration_date)->format('Y.m.d') : '' }} | {{ $param->contract_month }} |
データが存在しません。 |