@extends('backend.layouts.app') @section('content') @if (isset($is_confirm))

車両【確認】

@else

車両【閲覧】

@include('backend.layouts.flash-message') @endif @include('backend.share.vehicle._header_info', ["is_detail" => true])
@if(isset($vehicle['info']['id'])) {{ Form::open(['route' => "backend.{$department}.vehicle.update_info", 'id' => 'vehicle_info_form', 'name' => 'vehicle_info_form', 'method' => 'PUT', 'files'=>true]) }} @else {{ Form::open(['route' => "backend.{$department}.vehicle.create_info", 'id' => 'vehicle_info_form', 'name' => 'vehicle_info_form', 'method' => 'POST', 'files'=>true]) }} @endif @if (isset($vehicle['id'])) @endif {{ Form::close() }}
{{ Form::open(["route"=>"backend.{$department}.vehicle.pdf_download", "method"=>"get", "id"=>"download_submit", "target"=>"_blank"]) }} {{ Form::close() }} {{ Form::open(["route"=>"backend.{$department}.vehicle.create", "method"=>"get", "id"=>"back_dir_submit"]) }} @if(isset($sale_status)) @endif {{ Form::close() }} @endsection @section('modals') @include('backend.share.vehicle.confirm._m_hanbai') @include('backend.share.vehicle.confirm._m_hanbai_rireki') @endsection @section('page_css') @endsection @section('page_js') @endsection