get('lang_code') == 'en' ? 'selected' : '' }}>ENG
get('lang_code') == 'bn' ? 'selected' : '' }}>BN
Links
My Wishlist
(3)
{{ __('text.About Us') }}
{{ __('text.Contact Us') }}
@if (Auth::guard('customer')->check())
{{ Auth::guard('customer')->user()->name }}
@else
{{ __('text.login') }}
@endif
{{--
--}}
{{ __('text.Home') }}
{{ __('text.Shop') }}
{{--
About
About 01
About 02
--}} @foreach ($shopCategories as $item)
{{ $item->category_name }}
@endforeach
{{ __('text.Blog') }}
Classic
Listing
Grid
Grid 2 columns
Grid 3 columns
Grid 4 columns
Grid sidebar
Masonry
Masonry 2 columns
Masonry 3 columns
Masonry 4 columns
Masonry sidebar
Mask
Blog mask grid
Blog mask masonry
Single Post
Default with sidebar
Fullwidth no sidebar
Fullwidth with sidebar
Search
{{ count((array) session('cart')) }}
@php $total = 0; @endphp @if (session('cart')) @foreach (session('cart') as $id => $details)
{{ $details['product_name'] }}
{{ $details['quantity'] }}
x ৳{{ $details['price'] }}
{{--
--}}
{{--
--}}
@php $total += $details['price'] * $details['quantity']; @endphp @endforeach @endif
{{ __('text.Total') }}
৳{{ $total }}
{{ __('text.View Cart') }}
{{ __('text.Checkout') }}
@yield('content');
{{ __('text.Sign In') }}
{{ __('text.Register') }}
@csrf
{{ __('text.Email address') }}
*
@error('email')
{{ $message }}
@enderror
{{ __('text.Password') }}
*
@error('password')
{{ $message }}
@enderror
@csrf
{{ __('text.Name') }} *
@error('name')
{{ $message }}
@enderror
{{ __('text.Email address') }} *
@error('email')
{{ $message }}
@enderror
{{ __('text.Password') }} *
@error('password')
{{ $message }}
@enderror
{{ __('text.Confirm password') }} *
{{ __('text.Mobile') }} *
@error('mobile')
{{ $message }}
@enderror
@include('sweetalert::alert') {{-- CART update and delete scripts --}} {{-- Script for localization --}} {{-- MODAL auto open after validation fails --}} @if (count($errors) > 0) @endif {{-- MODAL auto open and signin tab active script --}}