@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
@csrf

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

{{ __('Bank Details') }}

{!! $config[31]->config_value !!}
{{-- Footer --}} @include('user.includes.footer')
@endsection