{{--
* Created by PhpStorm.
* User: Programmer 1
* Date: 15-Feb-18
* Time: 5:05 PM
--}}
S/N |
Name |
{{--Quantity |
Unit | --}}
Description |
@forelse($item_group->items as $key => $item)
{{ ++$key }} |
{{ $item->name }} |
{{--{{ $item->quatity }} |
{{ $item->unit }} | --}}
{{ $item->description }} |
@empty
No data found! |
@endforelse
S/N |
Name |
Description |
@forelse($item_group->childGroups as $key => $child_group)
{{ ++$key }} |
{{ $child_group->name }} |
{{ $child_group->description }} |
@empty
No data found! |
@endforelse
{{--
S/N |
Name |
Description |
@if(isset($item_group->parentGroup->name))
{{ 1 }} |
{{ $item_group->parentGroup->name }} |
{{ $item_group->parentGroup->description }} |
@else
No data found! |
@endif
--}}