@include('site.client.controllers.upper-header') @include('site.client.controllers.header')
@csrf
@lang('data.name')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@lang('data.mobile')
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@lang('data.email')
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@lang('data.password')
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@include('site.client.controllers.footer')