Sample Table

The .table class adds basic styling (light padding and only horizontal dividers) to a table:

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