@extends('layouts.auth') @section('title', 'Login') @push('style') @endpush @section('main')

Login

@csrf
@error('email')
{{ $message }}
@enderror
please fill in your password
@endsection @push('scripts') @endpush