@if(count($combine_border_data)) @foreach($combine_border_data as $item) @endforeach @else @endif
Date Country From Country To Bonus Border
{{ Helper::convert_to_ddmmyy(date("Y-m-d",strtotime($item->created_at))) }} {{ $item->country_from }} {{ $item->country_to }} {{ ($item->currency) ? $item->currency->currency.' '.number_format($item->amount, 2) : '' }} {{ (count($item->borders)) ? implode(",", $item->borders->pluck('name')->toArray()) : '' }} @if($item->country_from != $item->country_to) @endif
No data found!