伝票出力

{{ Form::open(["route"=>"backend.{$department}.{$sub_part}.download", "method"=>"get", "target"=>"_blank"]) }}
@foreach (config('const.'.( $department == 'moritis' ? 'invoice_print_type_moritis' : 'invoice_print_type' )) as $key=>$item)

@endforeach
{{ Form::close() }}

×