@extends('user.components.layout') @push('css') @endpush @section('main')
Live LIVE
@foreach($currencies as $currency)

{{ $currency }}

{{ $currency }} flag

₹ {{ number_format(1/$rates[$currency], 4) }}

@endforeach
@endsection @push('js') @endpush