@extends('main') @section('title', 'Users | Page') @section('content')
{{--
  • img
  • img
  • img
--}}
@foreach ($rates as $rate) {{-- --}} {{-- --}} @endforeach
Currency Pair Buy Rate Sell Rate Expired Date Created On Created Who Action
{{ $rate->currency_pair }} {{ number_format($rate->buy_rate, 2, ',', '.') }} {{ number_format($rate->sell_rate, 2, ',', '.') }} {{ $rate->expired_date }} {{ $rate->created_at }} {{ $rate->creator->name }}{{ $rate->created_at }}Active {{-- img --}} Delete
@if (session('success')) @push('scripts') @endpush @endif @endsection