@extends('blocks.layout_dashboard') @section('title') Logowanie - panel klienta | SocWare @endsection @section('content')
@if($errors->any())
@foreach($errors->all() as $e)

{{$e}}

@endforeach
@endif
{{ csrf_field() }}

Zapomniałem hasła

@endsection