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

買取見積【登録】

{{ Form::open(["route"=>"backend.truck.purchase_estimate.confirm", "method"=>"post", "id"=>"store_form"]) }} @include('backend.truck.purchase_estimate._form')
{{ Form::close() }} {{ Form::open(["route"=>"backend.truck.purchase_estimate.download_file", "method"=>"get", "id"=>"download_form", "target"=>"_blank"]) }} {{ Form::close() }} @endsection @section('page_css') @endsection @section('page_js') @endsection