@extends('layouts.app') @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('style') @endsection @section('content')
{{ __('Payment completed') }}
{{ __('The payment was successful.') }}
{{ __('Dashboard') }}
@endsection