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

見積【編集】

@include('backend.layouts.flash-message') {{ Form::open(["route"=>"backend.{$department}.estimate.confirm", "method"=>"post"]) }} @include('backend.share.estimate._form')
@if(isset($params->is_agree) && $params->is_agree == config('const.estimate_print_status.agree')) @if($department == 'truck') @endif @endif @if($params->is_agree && $department == 'truck') @if($params->is_agree == config('const.estimate_print_status.reject')) $id]) }}"> @endif @endif
{{ Form::close() }} {{ Form::open(["route"=>"backend.{$department}.purchase.create", "method"=>"get", "id"=>"purchase_submit", "target"=>"_blank"]) }} @if ($department == 'parts') @endif @if ($department == 'parts' || $department == 'moritis') @endif {{ Form::close() }} {{ Form::open(["route"=>"backend.{$department}.partner.vehicle_work", "method"=>"get", "id"=>"vehicle_work_submit", "target"=>"_blank"]) }} {{ Form::close() }} @endsection @section('page_css') @endsection @section('page_js')