Currency Table

@foreach($objects as $object) @endforeach
# From Currency To Currency Short Code Symbol Latest Price Latest Date
{{ $loop->iteration }} {{ $object->from_currency->name }} {{ $object->to_currency->name }} {{ $object->to_currency->short_code }} {{ $object->to_currency->symbol }} {{ $object->latest->value }} {{ $object->latest->created_at }}