@extends("layout.app") @section("styles") @endsection @section("content") @if(request()->get("source")=="checkout") الرجوع لتأكيد الشراء @endif @include("customers.aside") @include("customers.messages") عناويني @forelse($addresses as $address) id)}}" method="post"> {{method_field("put")}} {{csrf_field()}} العنوان المبنى: المنطقة: اختر المنطقة @foreach($cities as $city) @foreach($city->towns()->where("is_active",1)->get() as $town) id==$address->town_id) selected @endif value="{{$town->id}}">{{$town->title}} @endforeach @endforeach العنوان الاساسي is_default) checked @endif> سيتم إختيار العنوان الاساسي عند الطلب السريع ملاحظات: {{$address->notes}} حفظ حذف @empty لا يوجد عناوين مضافه @endforelse إضافة عنوان جديد {{csrf_field()}} المنطقة: اختر المنطقة @foreach($cities as $city) @foreach($city->towns()->where("is_active",1)->get() as $town) {{$town->title}} @endforeach @endforeach الشارع المبنى: العنوان الاساسي سيتم إختيار العنوان الاساسي عند الطلب السريع ملاحظات: إضافة @endsection @section("scripts") @endsection
سيتم إختيار العنوان الاساسي عند الطلب السريع