@extends('layout.main') @section('content')
.com
@if($errors->has('username')) {{$errors->first('username')}} @endif
.com
@if($errors->has('password')) {{$errors->first('password')}} @endif
{{Form::token()}}
Am uitat parola.
Creaza cont.
@stop