2022-06-12 01:21:20 +00:00
|
|
|
<!-- $o = Product::class [{{$o->category}}]-->
|
|
|
|
@if(View::exists('order.widget.info.'.$o->category))
|
2021-09-28 02:43:54 +00:00
|
|
|
<div class="box box-primary">
|
|
|
|
<div class="box-body">
|
|
|
|
{{-- Return Category Requirements --}}
|
2022-06-12 01:21:20 +00:00
|
|
|
@include('order.widget.info.'.$o->category)
|
2021-09-28 02:43:54 +00:00
|
|
|
|
|
|
|
{{-- Return Supplier Requirements --}}
|
|
|
|
{{-- Return Product Requirements --}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@endif
|