@extends('web.include.master') @section('content')
@if (\Session::has('success'))
× {!! \Session::get('success') !!}
@endif @if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
@csrf

@lang('arsh.profile_txt1')

@lang('arsh.reg_txt10')

@endsection