@extends('user.components.layout') @push('css') @endpush @section('main') LIVE @foreach($currencies as $currency) {{ $currency }} ₹ {{ number_format(1/$rates[$currency], 4) }} Book Now @endforeach @csrf Book Forex × Customer Name Mobile No. Email ID City Address Amount in Payment Method Currency Notes Travel Card @endsection @push('js') @endpush