@extends('layout.app') @section('title', 'Login') @section('main')
@csrf @error('email') {{ $message }} @enderror
@endsection