@extends('layouts.template_light') @section('content')
@csrf
@if($errors->has('email') or $errors->has('password'))
{{ trans('pages.login.error_email_password') }}
@endif
@endsection