@extends('layouts.user', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) @section('content')

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

@csrf

{{ __('Cancel payment and back to home') }}

@include('user.includes.footer')
@push('custom-js') @endpush @endsection