@extends('front.layouts.master') @section('css') @endsection @section('content')
رجوع للصفحة الرئيسية
@if(($google_user['intended_type'] ?? null) == '2') @include('front.project._pending_project_card') @endif

إكمال التسجيل

مرحباً {{ $google_user['first_name'] }}، أكمل بياناتك للبدء في استخدام المنصة

@csrf
@error('first_name') {{ $message }} @enderror
@error('last_name') {{ $message }} @enderror
@php $selectedType = old('type', $google_user['intended_type'] ?? null); @endphp

ما دورك على المنصة؟

@error('type') {{ $message }} @enderror
@error('country_id') {{ $message }} @enderror
أوافق على الشروط والأحكام
@error('agree') {{ $message }} @enderror
رجوع للصفحة الرئيسية

خطوة أخيرة

أكمل بياناتك وابدأ رحلتك في العمل الحر

شفافية كاملة وأمان مضمون

ادفع فقط مقابل ما يتم إنجازه بنجاح

@endsection @section('js-body') @endsection