@extends('web.layouts.app') @section('title','سلة المشتريات') @section('content')
{{csrf_field()}}

تفاصيل العنون

الاسم الأول

@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif

رقم الجوال

@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif

العنوان بالتفاصيل

@if ($errors->has('address')) {{ $errors->first('address') }} @endif

كود الخصم

اسم العائلة

@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif

المدينة

@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif

الموقع علي الخريطة


@if ($errors->has('lat') || $errors->has('lng')) {{ $errors->first('lat') }} @endif
@stop @section('script') @stop