@extends('backend.layouts.app')
@section('content')
受注【編集】
{{ Form::open(["route"=>"backend.{$department}.acceptance.update", "method"=>"post"]) }}
@include('backend.share._parts._sagyo_uketsuke_first', ['show_accept'=>1, 'sub_part'=>'order_accept'])
@include('backend.share._parts._sagyo_uketsuke_second', ['show_accept'=>1, 'sub_part'=>'order_accept'])
{{-- --}}
{{--@php
$url = route("backend.{$department}.acceptance.index");
@endphp
--}}
{{--@if ($department != "parts")
@php
$url = route("backend.{$department}.bill.create");
@endphp
@endif--}}
{{--@include('backend.share._modal._m_photo', ['sub_part'=>'order_accept'])--}}
{{ Form::close() }}
@include('backend.share._modal._m_print_sagyo_uketsuke', ["sub_part"=>"acceptance"])
{{ 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() }}
@endsection
@section('page_css')
@endsection
@section('page_js')