@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif

{{ __('Choosed Plan') }}: {{ $plan_details->plan_name }}

@csrf

{{ __('Cancel payment and back to home') }}
@include('user.includes.footer')
@push('custom-js') @endpush @endsection