@extends('frontend.main') @section('content') Login Sign in to your e-mail {{ csrf_field() }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif @if ($errors->has('password')) {{ $errors->first('password') }} @endif Remember Me LOGIN Forgot Your Password? Or Sign Up @endsection