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

買取見積【編集】

@include('backend.layouts.flash-message') {{ Form::open(["route"=>"backend.truck.purchase_estimate.confirm", "method"=>"post", "id"=>"send_form"]) }} @include('backend.truck.purchase_estimate._form')
@if (isset($params['is_agreed']) && config('const.estimate_print_status.agree') == $params['is_agreed'] ) @endif @if(isset($params['is_agreed']) && $params['is_agreed']) @endif
{{ Form::close() }} {{ Form::open(["route"=>"backend.truck.purchase_estimate.download_file", "method"=>"get", "id"=>"download_form", "target"=>"_blank"]) }} {{ Form::close() }} {{ Form::open(["route"=>["backend.truck.purchase_estimate.delete", "purchase_estimate"=>$params['id']], "method"=>"post", "id"=>"delete_purchase_estimate_form"]) }} {{ Form::close() }} @endsection @section('page_css') @endsection @section('page_js') @endsection