@extends('layouts.app') @section('title') Online Payment @endsection @section('content')

Order #{{ $order->number }}

Your payment was @if ($paid == 'true'){{ 'successful' }}@else{{ 'unsuccessful' }}@endif.

Order Details
@endsection