@extends('panel.layouts.layout') @section('content') @lang('home.home') / @lang('home.users') /@lang('home.create_users') @lang('home.links') @lang('home.general_settings') @lang('home.full_report') @lang('home.create_users') @if ($errors->any()) @foreach ($errors->all() as $error) ×{{ $error }} @endforeach @endif @if(Session::has('success')) ×{{ Session::get('success') }} @endif @csrf @lang('home.fname') * @lang('home.lname') * @lang('home.family_name') * @lang('home.email') * @lang('home.phone') * @lang('home.country') * @lang('home.select_one') @foreach($countries as $country) id == Auth::user()->country_id) selected @endif>{{ @$country->translations->first()->name }} @endforeach @lang('home.city') * @lang('home.select_one') @foreach($cities as $city) id == Auth::user()->city_id) selected @endif>{{ @$city->translation->name }} @endforeach @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') * @lang('home.male') @lang('home.female') @lang('home.avatar') * @lang('home.save') @stop @section('jsCode') @stop