@php $height = isset($height) ? $height : "150px" @endphp @php $width = isset($width) ? $width : "auto" @endphp @php $padding = isset($padding) ? $padding : "auto" @endphp @php $class = isset($class) ? $class : "" @endphp @php $headerClass = isset($headerClass) ? $headerClass : "" @endphp @php $headerColor = isset($headerColor) ? $headerColor : "auto" @endphp @php $bodyColor = isset($bodyColor) ? $bodyColor : "black" @endphp
@if ($chart && count($chart) > 0)
@foreach($chart as $i => $each) @if ($i == 0) @continue @else @endif @endforeach
{{ $chart[0]['country'] }} {{ $chart[0]['revenue'] }} {{ $chart[0]['pax'] }} {{ $chart[0]['yield'] }} {{ $chart[0]['share'] }}
{{ $each['abbr'] }} {{ number_format($each['revenue']) }} {{ $each['pax'] }} {{ number_format($each['yield']) }} {{ number_format($each['share'], 1) }}
@endif