@extends("front.layout") @section("content")

Login

@if($errors->any())
{{$errors->first('email')}}
@endif
@csrf
{{--
Login with
--}}
@endsection