@extends('includes.master') @section('content')

معلومات التوصيل

{{csrf_field()}} @if(Auth::guard('profile')->guest())
@else
@endif

معلومات الطلب

@foreach($cartdata as $cart) @endforeach
العدد اسم المنتج
{{$cart->quantity}} {{$cart->title}}
: مجموع السعر 0.00 د.ع
@stop @section('footer') @if($errors->any()) @foreach($errors->all() as $error) @endforeach @endif @stop