@extends('layouts.auth') @section('title', trans('auth.login')) @section('message', trans('auth.login_to')) @section('content')
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ trans('auth.forgot_password') }}
@endsection @section('js') @endsection @section('css') @endsection @section('scripts') @endsection