@extends('site.layouts.master') @section('title') {{ __('site.Remax_Elmohager_partnership_form') }} @endsection @section('metatags') @endsection @section('content')
{{ Breadcrumbs::render('Partner Form Fields') }}
{!! $breadcrumbSchema !!}

@lang('site.partner_form_form')

@lang('site.collect_process')

@lang('site.quest_cont')

@csrf @if (!empty($partner->id)) @endif

@lang('site.personal_information')

@if ($errors->has('first_name')) @endif
@if ($errors->has('last_name')) @endif
@if ($errors->has('mobile')) @endif
@if ($errors->has('email')) @endif
@if ($errors->has('personal_picture')) @endif

@lang('site.Office_Address')

@if ($errors->has('street_address')) @endif
@if ($errors->has('city')) @endif
@if ($errors->has('governorate')) @endif

@lang('site.Team')

@lang('site.team_question')*

team == 'Yes') checked @endif value="Yes">
team == 'No') checked @endif value="No">
@if ($errors->has('team')) @endif

@lang('site.More_Information')

@if ($errors->has('deals_question')) @endif

@lang('site.deals_quote')

@lang('site.territories_cover')

@if ($errors->has('coverage_area')) @endif

@lang('site.many_area')

@if ($errors->has('total_deals')) @endif
@if ($errors->has('deal_volume')) @endif
@if ($errors->has('highest_deal_price')) @endif
@php if (isset($partner->specialty)) { $specialty = explode(',', $partner->specialty); } else { $specialty = []; } @endphp

@lang('site.specialty')

@if ($errors->has('specialty')) @endif

@lang('site.dual_agency')*

dual_agency == 'Yes') checked @endif value="Yes">
dual_agency == 'No') checked @endif value="No">
@if ($errors->has('dual_agency')) @endif

@lang('site.price_point')*

price_point == 'Yes') checked @endif value="Yes">
price_point == 'No') checked @endif value="No">
@if ($errors->has('price_point')) @endif

@lang('site.additional_fees')*

additional_fees == 'Yes') checked @endif value="Yes">
additional_fees == 'No') checked @endif value="No">
@if ($errors->has('additional_fees')) @endif

@lang('site.preapproval_tour')*

preapproval_tour == 'Yes') checked @endif value="Yes">
preapproval_tour == 'No') checked @endif value="No">
@if ($errors->has('preapproval_tour')) @endif

@lang('site.Applicant_Qualification')

@if ($errors->has('national_id')) @endif
@if ($errors->has('certificate')) @endif
@endsection