2024-08-15 11:30:34 +00:00
|
|
|
<!-- $pdo=Product::class [{{$pdo->category}}]-->
|
|
|
|
@if(View::exists('theme.frontend.metronic.order.widget.info.'.$pdo->category))
|
2021-09-28 02:43:54 +00:00
|
|
|
<div class="box box-primary">
|
|
|
|
<div class="box-body">
|
|
|
|
{{-- Return Category Requirements --}}
|
2024-08-15 11:30:34 +00:00
|
|
|
@include('theme.frontend.metronic.order.widget.info.'.$pdo->category)
|
2021-09-28 02:43:54 +00:00
|
|
|
|
|
|
|
{{-- Return Supplier Requirements --}}
|
|
|
|
{{-- Return Product Requirements --}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@endif
|