@extends('home.layouts.index') @section('title') سبد خرید @endsection @section('description') @endsection @section('keywords') @endsection @section('style') @endsection @section('script') @endsection @section('content')
در حال بارگذاری اطلاعات ارسال...
بررسی سبد خرید
۲
اطلاعات ارسال
۳
پرداخت

انتخاب آدرس ارسال

@if($addresses) @foreach($addresses as $address)

{{ $address->user->first_name . ' ' . $address->user->last_name }}

آدرس: {{ $address->address }}

کد پستی: {{ $address->postal_code }}

کد ملی: {{ $address->user->national_code }}

شهر: {{ $address->city->name }}

استان: {{ $address->city->province->name }}

@if($address->is_default) آدرس پیش‌فرض @endif
@endforeach {{-- --}} @else
هیچ آدرسی ثبت نشده است. لطفاً یک آدرس جدید اضافه کنید.
@endif
{{--
--}} {{--

--}} {{-- --}} {{-- انتخاب روش ارسال--}} {{--

--}} {{-- @foreach($deliveryMethod as $key=>$item)--}} {{-- exist_service == true) {--}} {{-- $onclick = 'onclick="selectDeliveryMethod(this,' . $item->id . ')"';--}} {{-- } else {--}} {{-- $onclick = '';--}} {{-- }--}} {{-- ?>--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- پیک موتوری--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--

{{ $item->description }}

--}} {{--
--}} {{--
--}} {{--

--}} {{-- {{$item->delivery_price }} تومان

--}} {{--
--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{--
--}}
جمع کل کالاها: {{ number_format(calculateCartPrice()['original_price']) }} تومان
هزینه ارسال: {{-- --}} آپلاس
تخفیف کالا ها: {{ number_format( session()->get('coupon.amount') ) }} تومان
مبلغ نهایی: {{number_format(calculateCartPrice()['sale_price']- session()->get('coupon.amount'))}} تومان

هزینه‌ی ارسال در ادامه بر اساس آدرس، زمان و نحوه‌ی ارسال انتخابی شما‌ محاسبه و به این مبلغ اضافه خواهد شد

@endsection