{{--
Bigdeal - Multi-purpopse E-commerce Html Template
--}} {{--
--}} {!! app('seotools')->generate(true) !!}
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@stack('css') {!! $css ?? '' !!}
@yield('content') {!! $slot ?? '' !!}
@lang('main.cart')
@if(\Habib\Payment\Facades\Cart::all()->count())
@foreach (\Habib\Payment\Facades\Cart::all() as $cart)
{{ optional($cart['cartable'])->getName() }}
{{ $cart['qty'] }} x {{ optional($cart['cartable'])->getPrice() }} = {{ $cart['qty'] * optional($cart['cartable'])->getPrice() }}
@csrf
@endforeach
@lang('main.subtotal') :
{{ \Habib\Payment\Facades\Cart::total() }}
@lang('main.view_cart')
@lang('main.checkout')
@endif
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
×
--}} {{--
newsletter
--}} {{--
Subscribe to our website mailling list
and get a Offer, Just for you!
--}} {{--
--}} {{--
--}} {{--
--}} {{--
subscribe
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@lang('main.account')
@guest('web')
@csrf
@lang('main.email')
@error('email')
{{ $message }}
@enderror
@lang('main.password')
@error('password')
{{ $message }}
@enderror
@lang('main.login')
@lang('main.forget_password')?
@lang('main.register')
@else
@csrf
@lang('main.logout')
@endguest
@lang('main.wishlist')
@auth
@foreach ( method_exists(auth()->user(),'wishes') ? auth()->user()->wishes()->with('wishlist')->latest()->get() : [] as $wish)
{{ $wish->wishlist->getName() }}
@if ($wish->wishlist instanceof \App\Models\ProductOption)
@if ($wish->wishlist->size)
{{ $wish->wishlist->size->size }}
@endif @if ($wish->wishlist->color)
, {{ $wish->wishlist->color->color }}
@endif
@endif
{{ $wish->wishlist->getPrice() }}
@csrf @method('DELETE')
@endforeach
@endauth
{{--
--}} {{--
--}} {{--
@lang('main.subtotal') :
$299.00
--}} {{--
--}} {{--
--}}
@lang('main.view_wislist')
my setting
@lang('main.language')
@lang('main.en')
@lang('main.ar')
{{--
currency
--}} {{--
--}} {{--
uro
--}} {{--
rupees
--}} {{--
pound
--}} {{--
doller
--}} {{--
--}}
×
Latest trending
Cras sit amet nibh libero, in gravida nulla.
@stack('lib_js') @stack('modal') @stack('js') @include('sweetalert::alert') {!! $js ?? '' !!}