@extends('web.layouts.app') @section('title', 'طريقة الدفع') @section('styles') @endsection @section('content')
إتمام الطلب
@foreach ($cartItems as $item)
@endforeach

تفاصيل الدفع

تغيير العنوان
@csrf
اختر طريقة الدفع
@foreach ($paymentMethods as $method)
first) checked @endif>
@endforeach
@endsection @section('scripts') @endsection