@extends('layouts.auth') @section('title', trans('auth.login')) @section('message', trans('auth.login_to')) @section('content')
{{ csrf_field() }} @stack('email_input_start')
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@stack('email_input_end') @stack('password_input_start')
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@stack('password_input_end')
@stack('remember_input_start')
@stack('remember_input_end')
{{ trans('auth.forgot_password') }}
@endsection @push('js') @endpush @push('css') @endpush @push('scripts') @endpush