@php $defaultImage = ""; foreach ($themes as $value => $theme) { if ($card_type == null || $card_type == "business" && $value == 0) { $defaultImage = asset("backend/img/vCards/".$theme->theme_thumbnail); } if ($card_type == "personal" && $theme->theme_id == "499824398921") { $defaultImage = asset("backend/img/vCards/".$theme->theme_thumbnail); } } @endphp

{{ __('Create Video Card') }}

@csrf {{-- Create Card --}}
{{ URL::to('/') }}