@extends('home') @section('body')
@csrf
@error('email')

{{$message}}

@enderror
@error('password')

{{$message}}

@enderror

Login

@endsection