@extends('front.index') @section('meta_title'){{trans('front.home')}} @endsection @section('meta_des'){{trans('front.home')}} @endsection @section('meta_key'){{trans('front.home')}} @endsection @section('content') @lang('front.carts') @lang('front.home') @lang('front.carts') {{trans('front.mustLogin1')}} {{trans('front.mustLogin2')}} @if(cart_lang('cart')) @if(Cart_count() > 0) @foreach(Cart_data() as $itemkey=>$session_item) {{$session_item['name']}} {{$session_item['price']}}{{$session_item['price_after_discount']}} ازالة العنصر الكمية مجموع {{$session_item['quantity']*$session_item['price_after_discount']}} @endforeach @else {{trans('cart.empty')}} @endif @endif {{trans('front.shoppingCartTotals')}} {{trans('front.TotalPrice')}} {{@$total}} {{trans('front.payingOff')}} @endsection