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

Create Account

Join our community to help find missing persons

@csrf @if($errors->any())
Registration Error
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Already have an account? LOGIN HERE
@endsection