{{--
--}}
Sl No. | Block | Unit | Action |
---|---|---|---|
{{ str_pad($loop->index + 1, 3, '0', STR_PAD_LEFT) }} | {{ $block->block_number ?? '-' }} | @if (!empty($block->units) && count($block->units) > 0) @foreach ($block->units as $unit) {{ $unit->unit }} , @endforeach @else @endif |
|