@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.full_name') * @lang('home.email') * @lang('home.phone') * @lang('home.about_user') * @lang('home.categories') * @lang('home.select_one') @foreach($categories as $category) category_id == $category->id) selected @endif> {{@$category->category_translation->name}} @endforeach @lang('home.min_price') * @lang('home.country') * @lang('home.address') @foreach($countries as $country) id == $user_info->country_id) selected @endif>{{ @$country->translations->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.save') @stop @section('jsCode') @stop