@extends('layouts.user', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
@csrf {{-- Create Card --}}
@if ($plan_details->personalized_link)
{{ URL::to('/') }}

@endif
@endsection {{-- Custom JS --}} @push('custom-js') @endpush