{{-- This page is rendered by paypal() method inside Front/PaypalController.php --}} @extends('front.layout.layout') @section('content')

PLEASE MAKE PAYMENT FOR YOUR ORDER

{{-- This is a Named Route. Check web.php --}} {{-- Generating URLs To Named Routes: https://laravel.com/docs/9.x/routing#generating-urls-to-named-routes --}} @csrf {{-- Preventing CSRF Requests: https://laravel.com/docs/9.x/csrf#preventing-csrf-requests --}} {{-- 'grand_total' was stored in Session in checkout() method in Front/ProductsController.php --}} {{-- Interacting With The Session: Retrieving Data: https://laravel.com/docs/9.x/session#retrieving-data --}} {{-- Note: PayPal accepts world major currencies ONLY, so we divided INR by 80 to convert INR to USD --}}
@endsection