@php use App\Models\District; @endphp @extends('layouts.app') @section('title') {{ __('pages.sign') }} @endsection @section('content') Welcome! Use these awesome forms to login or create new account in your project for free. {{ __('pages.sign_up_verb') }} {{ Form::open(array('route' => 'signUpPost', 'method' => 'post', 'role' => 'form')) }} {{----}} {{ $errors->first('first_name') ?? '' }} {{ $errors->first('last_name') ?? '' }} {{ $errors->first('email') ?? '' }} {{ $errors->first('phone') ?? '' }} {{-- --}} {{-- --}} {{-- @foreach(District::all() as $district)--}} {{-- --}} {{-- @foreach($district->localities as $locality)--}} {{-- {{ $locality->name }}--}} {{-- @endforeach--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{-- {{ $errors->first('locality') ?? '' }}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{ __('pages.male') }}--}} {{-- {{ __('pages.female') }}--}} {{-- --}} {{-- --}} {{-- {{ $errors->first('sex') ?? '' }}--}} {{-- --}} {{-- --}} {{-- --}} {{-- {{ $errors->first('birthday') ?? '' }}--}} {{-- --}} {{ $errors->first('password') ?? '' }} {{ __('pages.terms_conditions1') }} {{ __('pages.terms_conditions2') }} {{ $errors->first('terms_and_conditions') ?? '' }} {{ __('pages.sign_up') }} {{ __('pages.already_have_account') }}{{ __('pages.sign_in') }} {{----}} {{ Form::close() }} @endsection @section('custom-css') @endsection @section('custom-scripts') @endsection
{{ __('pages.already_have_account') }}{{ __('pages.sign_in') }}