@extends('front.index') @section('meta_title'){{@$auth->name}} @endsection @section('meta_des'){{@$auth->name}} @endsection @section('meta_key'){{@$auth->name}} @endsection @section('content') {{--
--}} {{--
--}} {{--

الدفع

--}} {{-- --}} {{--
--}} {{--
--}}
{{--
إذا كنت لا تملك حساب، قم بتسجيل دخولك الآن
--}}
{!! csrf_field() !!}

@lang('front.dtClient')

@lang('front.payment_method')

{{--

@lang('front.payment_method')

--}} {{--
--}} {{-- orbit star--}} {{--
--}} {{-- --}}

@lang('front.cobone')

@CSRF

@lang('front.dtProduct')

@foreach($productsAddCarts as $product)
{{@$product->Products->name}}

{{@$product->Products->name}} @if($product->item_color) -{{$product->item_color->name}} @else @endif @if($product->item_size) -{{$product->item_size->name}} @else @endif

@lang('front.qty') : {{$product->quantity}} @lang('front.price') : {{$product->price}}
@lang('front.total_price') : {{$product->total_price}}
@endforeach
  • @lang('front.TotlaPrice') {{$productsAddCartstotal_price}}
  • @lang('front.dicountCoupone') 0
  • @lang('front.price_delavary') 0
  • @lang('front.dtPrice') {{$productsAddCartstotal_price}}
@endsection