@extends('widgets.document.layout.mainlayout') @section('page_css') @endsection @section('content')
{{ $payment->status == 2 ? 'Your payment was successfully.':'Payment failed, please try again later.' }}
{{ $document->description }}
Copyright © {{ date('Y') }} - {{ env('APP_NAME') }}