@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) {{-- Custom CSS --}} @section('css') {{-- Cropper --}} @endsection @php $defaultImage = ''; $type = Request::get('type'); foreach ($themes as $value => $theme) { if ($type == 'business') { $defaultImage = asset('img/vCards/resort.png'); $themeId = '588969111153'; } else if ($type == 'personal') { $defaultImage = asset('img/vCards/personal-gray.png'); $themeId = '588969111021'; } else if ($type == 'custom') { $themeId = '588969111147'; } } @endphp @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf {{-- Create Card --}}
{{-- Themes --}} @if ($type != 'custom') @endif {{-- Card details --}}
{{ __('Cover type') }}
{{ __('Autoplay video will be muted due to browser policies') }}
{{ __('https://www.youtube.com/watch?v=') }}
{{ __('Cover') }}
{{ __('Logo') }}
{{-- Cover Preview --}}
{{-- Logo Preview --}}
@if ($plan_details->personalized_link)
{{ URL::to('/') }}
@endif
@include('user.includes.footer')
{{-- Choose a theme modal --}} {{-- Available theme for Cover image --}} {{-- Custom JS --}} @push('custom-js') {{-- Tom Select --}} {{-- Cropper --}} {{-- Choose a theme modal --}} {{-- Profile image cropping --}} {{-- Profile cover image cropping --}} {{-- Check link --}} @endpush @endsection