@extends('auth.layouts.main') @section('content') @if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection