The .table class adds basic styling (light padding and only horizontal dividers) to a table:
| # | 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 }} |