@csrf {{-- Dummy dropzone file preview template --}}
@include('elements.icon',['icon'=>'image','variant'=>'medium']) @include('elements.icon',['icon'=>'close','variant'=>'medium'])
@include('elements.icon',['icon'=>'image','variant'=>'medium']) @include('elements.icon',['icon'=>'close','variant'=>'medium'])
@if(session('success')) @endif
@if($errors->has('username')) {{$errors->first('username')}} @endif
@if($errors->has('name')) {{$errors->first('name')}} @endif
@if($errors->has('bio')) {{$errors->first('bio')}} @endif
@if($errors->has('birthdate')) {{$errors->first('birthdate')}} @endif
@if($errors->has('location')) {{$errors->first('location')}} @endif
@if($errors->has('website')) {{$errors->first('website')}} @endif