@extends('backend.layouts.main') @section('title') {{ 'Forgot Password | '.env('APP_NAME') }} @endsection @section('content')
@csrf
@error('email') {{ $message }} @enderror
@endsection