@extends('layouts.admin') @section('title', 'Currencies') @section('buttons') @endsection @section('content')
# | Currency | Exchange rate | Updated at | |
---|---|---|---|---|
{{ $currency->id }} | {{ $currency->iso }} | {{ $currency->rate }} | {{ $currency->updated_at->format('d.m.Y H:i:s') }} |