@extends('user.layout.auth') @section('content')

Login to continue
@if ($errors->has('email')) {{ $errors->first('email') }} @endif {{ csrf_field() }} {{--

--}}


Forgot Password?
@endsection @section('scripts') @endsection