{{ 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 |
@endforeach
@else