{{-- --}} {{-- --}}
loader
English
العملات
    @if(\App\Admin\Currency::all()) @foreach (\App\Admin\Currency::all() as $currency)
  • {{ $currency->name }}
  • @endforeach @endif
@yield('content')

my cart

@auth
    @auth @foreach (auth()->user()->cart as $item) @php $cart=\App\Admin\Product::where('id',$item->product_id)->first(); @endphp
  • {{ $cart->name_ar }} {{ $cart->name_ar}}

    {{ $cart->price }}{{ "\$" }}

  • @endforeach
@php $total=0; $cart=null; @endphp @foreach (auth()->user()->cart as $cart_item) @php $cart=\App\Admin\Product::where('id',$cart_item->product_id)->first(); @endphp @php $total+=$cart->price @endphp @endforeach
  • @if (!auth()->user()->cart->isEmpty())
    {{ 'الاجمالي :' }} {{ $total }} {{ '$' }}
    @endif
@endauth
@endauth

حسابي

forget password?
new to store? Signup now

المفضلة

    @auth @foreach ( auth()->user()->getFavoriteItems(\App\Admin\Product::class)->get() as $item)
  • {{ $item->name_ar }}

    sm , blue

    {{ $item->price }}

  • @endforeach @endauth

my setting

language
currency
Generic placeholder image
Latest trending
{{-- --}}