@extends('layouts.site') @section('content')
@if(Session::has('message')) @endif @if(Session::has('error')) @endif
@if(!empty($userData->visitor->image)) @else @endif
@if (session()->has('success'))
{!! session()->get('success') !!}
@endif
@csrf
@error('name') @enderror
@error('email') @enderror
@error('birthyear') @enderror
@error('password') @enderror
@error('confirm-password') @enderror
@error('picture') @enderror
@endsection @section('scriptSection') @endsection