@foreach($result->data as $key => $value) @endforeach
Branch Total Pax Percentage Quota Seats Balance Not Assign
{{ $value->branch }} {{ isset($value->updtCount) ? $value->updtCount : $value->pax_count }} {{ isset($value->percentage) ? $value->percentage : "0" }} {{ isset($value->quota_seats) ? $value->quota_seats : "0" }} {{ isset($value->balance) ? $value->balance : "" }}
Total {{ isset($result->pax_total) ? $result->pax_total : "" }} {{ isset($result->percentage_total) ? $result->percentage_total : "" }} {{ isset($result->quota_total) ? $result->quota_total : "" }} {{ isset($result->balance_total) ? $result->balance_total : "" }}