@extends('shop.layout') @section('title', 'Login') @section('content')

Intră în cont

@if ($errors->any())
@endif
@csrf

Nu ai cont? Înregistrare

@endsection