@if (!count($flight->hbg))
Not found any records.
@else

@lang("content.list")

@php $total = 0 @endphp @foreach($flight->hbg as $i => $each) @php $tn = $each->tag_number ? explode(";", $each->tag_number) : [] @endphp @php $total += count($tn) @endphp @endforeach
No Seat No Tags Tags Nos
{{ $i + 1 }} {{ $each->seat_number }} {{ count($tn) }} @if (count($tn)) @endif
@lang("content.total") {{ $total }}
@endif