@extends("layouts.public") @section('css') @endsection @section('content') @if(!empty($status) && $status == "cancelled") Sorry Your Payment was cancelled. @else Sorry Your payment failed or it was not found. @endif Home Contact us @endsection