@extends('layouts.app') @section('page', $page) @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('content')
Payment Details
@if (Session::has('error'))
×

{{ Session::get('error') }}

@endif
@csrf
Fix the errors before you begin.
@endsection @section('script') @endsection