@extends('backend.layouts.app') @section('title') {{ $title }} @endsection @section('content')

車両【編集】

@include('backend.share.vehicle._form', ['vehicle' => $vehicle]) @endsection @section('modals') @include('backend.share.vehicle.form._m_hanbai') @include('backend.share.vehicle.form._m_hanbai_rireki') @include('backend.share._modal._m_henkou_rireki', ['history'=>isset($vehicle['history']) ? $vehicle['history'] : null, 'sale_history'=>isset($vehicle['sale_info']['sale_history']) ? $vehicle['sale_info']['sale_history'] : null]) @include('backend.share.vehicle.form._m_kizu_list') @endsection @section('page_css') @endsection @section('page_js') @endsection