@extends('backend.layouts.app') @section('content')

顧客車両情報詳細

{{ Form::open(["route"=>"backend.{$department}.partner.confirm_vehicle", "method"=>"post"]) }} @include('backend.share.partner.form._p_vehicle_form')
$id]) }}"> $id]) }}")'>
{{ Form::close() }} {{ Form::open(["route"=>"backend.{$department}.partner.download_pdf", "method"=>"get", "id"=>"download_submit", "target"=>"_blank"]) }} {{ Form::close() }} @endsection @section('page_css') @endsection @section('page_js') @endsection