@extends('layouts.shop') @section('content') @include('partials.breadcrumbs', [ 'items' => [ ['label' => 'Главная', 'url' => route('home')], ['label' => 'Вход', 'url' => null], ], ])

Вход

Введите email и пароль для доступа к заказам и профилю.

@csrf
@endsection