@extends('layouts.app') @section('title', 'Complete Payment') @section('content')
Order
#{{ $order->order_number }}
Amount
Rs. {{ number_format($order->total) }}
Click below to complete your order