@extends('layouts.user', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings])
@section('content')
{{ __('Choosed Plan') }} : {{ __($plan_details->plan_name) }}
@include('user.includes.footer')
@push('custom-js')
@endpush
@endsection