@extends('panel.layouts.layout') @section('content') @lang('home.home') / @lang('home.users') /@lang('home.update') @lang('home.links') @lang('home.general_settings') @lang('home.full_report') @lang('home.update') @csrf @if ($errors->any()) @foreach ($errors->all() as $error) ×{{ $error }} @endforeach @endif @if(Session::has('success')) ×{{ Session::get('success') }} @endif @lang('home.fname') * @lang('home.lname') * @lang('home.family_name') * @lang('home.email') * @lang('home.country') * @lang('home.address') @foreach($countries as $country) id == $user_info->country_id) selected @endif>{{ @$country->translations->first()->name}} @endforeach @lang('home.city') * @lang('home.address') @foreach($cities as $city) id == $user_info->city_id) selected @endif>{{ @$city->translation->first()->name}} @endforeach @lang('home.phone') * @lang('home.password')* - الأحرف الكبيرة الإنجليزية (A - Z) - الأحرف الصغيرة الإنجليزية (a - z) - الأساس 10 أرقام (0 - 9) @if(LaravelLocalization::getCurrentLocale() == 'en') @lang('home.generate') @else @lang('home.generate') @endif @lang('home.password_confirmation') * @lang('home.birthdate') * @lang('home.gander') * gander == 'male') selected @endif>@lang('home.male') gander == 'female') selected @endif>@lang('home.female') @lang('home.avatar') * @lang('home.organization_experience') * @lang('home.select_one') user_info->organization_experience =='6month') selected @endif>@lang('home.6month') user_info->organization_experience =='6_to_12_month') selected @endif>@lang('home.6_to_12_month') user_info->organization_experience =='1_to_2_years') selected @endif>@lang('home.1_to_2_years') user_info->organization_experience =='2_to_more') selected @endif>@lang('home.2_to_more') @lang('home.sabbatical_rate') * @lang('home.select_one') user_info->sabbatical_rate =='30%_50%') selected @endif>@lang('home.30%_50%') user_info->sabbatical_rate =='51%_71%') selected @endif>@lang('home.51%_71%') user_info->sabbatical_rate =='72%_more') selected @endif>@lang('home.72%_more') @lang('home.working_status') * @lang('home.select_one') user_info->working_status =='non-working') selected @endif>@lang('home.non-working') user_info->working_status =='student') selected @endif>@lang('home.student') user_info->working_status =='employee') selected @endif>@lang('home.employee') @lang('home.special_needs') * @lang('home.select_one') user_info->special_needs =='no') selected @endif>@lang('home.no') user_info->special_needs =='yes') selected @endif>@lang('home.yes') @lang('home.protoflio_url') * @lang('home.save') @stop @section('jsCode') @stop