# |
ထုတ်ကုန်နံပါတ် |
ထုတ်ကုန်ဓာတ်ပုံ |
အစိတ်အပိုင်း |
ပြုလုပ်ရန် |
@if($catalog->count() > 0)
@foreach ($catalog as $key => $value)
{{ convertToBurmeseNumber($catalog->firstItem() + $key) }} |
{{ $value->product_number }} |
|
@if(!empty($value->parts))
@foreach ($value->parts as $partKey => $partValue)
{{ $partValue->part->valve_number }}
@endforeach
@endif
|
|
@endforeach
@endif
{{ $catalog->appends(request()->except('page'))->links() }}