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

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

{{-- Footer --}} @include('user.includes.footer')
{{-- Custom JS --}} @push('custom-js') @endpush @endsection