@extends('layouts.auth2') @section('title', __('auth.login')) @section('content')
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@stop @section('javascript') @endsection