@if ($message = Session::get('success'))
{{ $message }}
@endif
@if ($message = Session::get('error'))
{{ $message }}
@endif
| id |
Currency |
Rate |
Profit Percentage |
Date |
Action |
@foreach($currencyRates as $currencyRate)
| {{$loop->iteration}} |
{{$currencyRate->currency}} |
{{$currencyRate->currency_rate}} |
{{$currencyRate->profit_percentage}} |
{{$currencyRate->created_at}} |
|
@endforeach