/home/kueuepay/public_html/resources/installer/src/views/installer/pages/cancel.blade.php
@extends('installer.layouts.app')


@section('content')
    <div class="doc-inner">
        <div class="doc-wrapper w-100">
            <h2 class="inner-title">{{ __("Project Installation Process is") }} <span class="text--danger">{{ __("canceled") }}</span></h2>
            <div class="image" style="max-width:150px;margin:100px auto;border:2px solid #D63384; padding:25px;border-radius:50%">
                <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 288.94 288.94"><defs><style>.cls-1{fill:none;stroke:#D63384;stroke-linecap:round;stroke-width:70px;}</style></defs><path class="cls-1" d="M263.94,263.94,25,25m0,238.94L263.94,25"/></svg>
            </div>
        </div>
    </div>
@endsection
Error Handling

Error Handling

In case of an error, the API will return an error response containing a specific error code 400, 403 Failed and a user-friendly message. Refer to our API documentation for a comprehensive list of error codes and their descriptions.