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

@if(Session::has('message'))
× {{ Session::get('message') }}
@endif
@forelse($carts as $cart)

{{\App\Product::findOrFail($cart->product)->title}}

{{\App\Product::findOrFail($cart->product)->price}}

 
{{$cart->quantity}}
 


{{csrf_field()}} @if(Session::has('uniqueid')) @else @endif
@empty @endforelse
الدفع الأن
اكمال التسوق
@stop @section('footer') @stop