@extends('layouts.guest') @section('content')
@csrf Registration @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Already have account ?Sign In

@endsection