@include('admin.controllers.header') @include('admin.controllers.upper-header') @include('admin.controllers.sidebar')

اضاقة مكتب جدبد

@csrf

اضاقة مكتب جدبد

الاسم
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
البريد الالكترونى
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
رقم الجوال
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
الدول
كلمة المرور
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
الحالة
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
مكتب تثق به
@if ($errors->has('trusted_office')) {{ $errors->first('trusted_office') }} @endif


تسعيرات الطلبات

تسعيره إسم معين
@if ($errors->has('given_name_price')) {{ $errors->first('given_name_price') }} @endif
تسعيره خدمة معروفه
@if ($errors->has('given_service_price')) {{ $errors->first('given_service_price') }} @endif
تسعيره طلب حسب المواصفات
@if ($errors->has('as_requested_price')) {{ $errors->first('as_requested_price') }} @endif
@include('admin.controllers.footer')