@extends('themes.frontend.layouts.app') @section('validate') @stop @section('flatpickr') @stop @if(!Auth::check()) @section('toggle-password') @stop @endif @if (isset($dataArr['meta_title'])) @section('page-title'){{ $dataArr['meta_title'] }}@stop @else @section('page-title'){{ $dataArr['title'] }}@stop @endif @if (isset($dataArr['meta_key'])) @section('meta-keywords'){{ $dataArr['meta_key'] }}@stop @endif @if (isset($dataArr['meta_descp'])) @section('meta-description'){{ $dataArr['meta_descp'] }}@stop @endif @if (isset($dataArr['image_path'])) @section('meta-image'){{ $dataArr['image_path'] }}@stop @endif @if ($dataArr['full_url']) @section('cur-url'){{ $dataArr['full_url'] }}@stop @endif @section('content') @if (isset($dataArr['image_path']) && $dataArr['image_path'])
@endif

{!! $dataArr['title'] !!}

@if($wishListCart && $wishListCart->wishlist_items->count()>0)
{{-- WishList_Alert message start --}} @if(session()->has('wishlist_alert')) @endif {{-- WishList_Alert message end --}}
{{ csrf_field() }}
@foreach($wishListCart->wishlist_items as $wishlistItem) @endforeach
{{ __('common.image_txt') }} {{ __('product.wishlist.product_code_txt') }} {{ __('product.wishlist.product_name_txt') }} {{ __('product.wishlist.event_type_txt') }} {{ __('product.wishlist.event_date_txt') }} {{ __('product.wishlist.event_time_txt') }} {{ __('common.quantity_txt') }} {{ __('product.message_txt') }} {{ __('common.delete_txt') }}
@if($wishlistItem->product->coverfile) @else @if (isset($optsDbArr['media_folder']) && isset($optsDbArr['logo'])) @endif @endif {!! $wishlistItem->sku !!} {!! $wishlistItem->product->title !!} {{ $wishlistItem->event_type->title }} {{ date('d-m-Y', strtotime($wishlistItem->event_date)) }} {{ date('h:i A', strtotime($wishlistItem->event_time)) }}
{!! $wishlistItem->message !!}
{{ __('product.wishlist.continue_shopping_txt') }}
@if(!Auth::check())
{{ __('product.wishlist.login_to_submit_wislist_txt') }}
@else
{{ csrf_field() }}
{{ __('product.wishlist.contact_info_txt') }}
{{ __('product.wishlist.delivery_venue_info_txt') }}
@endif
@if(Auth::check())
@endif @else
{{ __('product.wishlist.no_wishlist_items_txt') }}
{{ __('product.wishlist.continue_shopping_txt') }}
@endif
@stop @push('scripts') @endpush