@extends('layouts.app') @section('content')

Currencies

@foreach($currencies as $i => $currency) @endforeach
ID# Currency Symbol Referral Point Conversion To USD Created At Updated At Action
{{ $i + 1 }} {{ $currency->name}} {{ $currency->symbol }} {{ $currency->referral_point }} {{ $currency->usd_conversion }} {{ date('d M Y h:i A', strtotime($currency->created_at)) }} {{ date('d M Y h:i A', strtotime($currency->updated_at)) }}
@endsection @push('scripts') @endpush