@extends('backend.layouts.app')
@section('content')
見積【編集】
@include('backend.layouts.flash-message')
{{ Form::open(["route"=>"backend.{$department}.estimate.confirm", "method"=>"post", "id"=>"send_form"]) }}
@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(isset($params['is_agree']) && $params['is_agree'])
$params['id']]) }} ">
@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() }}
{{ Form::open(["route"=>["backend.{$department}.estimate.delete", "estimate"=>$params['id']], "method"=>"post", "id"=>"delete_estimate_form"]) }}
{{ Form::close() }}
@endsection
@section('page_css')
@endsection
@section('page_js')