@extends('layouts.app') @section('title') {{ __('pages.login') }} @endsection @section('content')
main_logo

{{ __('pages.sign_in') }}

Enter your email and password to sign in

{{ Form::open(array('route' => 'signInPost', 'method' => 'post', 'role' => 'form')) }}
{{ $errors->first('login') ?? '' }}
{{ $errors->first('password') ?? '' }}
{{ Form::close() }}

Ai uitat parola? {{ __('pages.reset_password') }}

{{ __('pages.do_not_have_an_account') }} {{ __('pages.sign_up_verb') }}

@endsection @section('custom-css') @endsection @section('custom-scripts') @endsection