@extends('layouts.appNew') @section('content')

Set up account details

@if(count($errors) > 0)
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@csrf
Back
@endsection