伝票種別

@if(isset($id) && $id) {{ Form::open(["route"=>"backend.{$department}.{$sub_part}.print", "method"=>"get", "target"=>"_blank", 'id'=>'reception_print_form']) }} @endif
@foreach (config('const.work_reception_print_for_'.(config('const.work_reception_document_print_code.'.(empty($params->print_type) ? config('const.work_reception_document_code.reception') : $params->print_type)))) as $key=>$item) @endforeach
@if(isset($id) && $id) {{ Form::close() }} @endif

×