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

{{ __('Вход') }}

{{ __('Введите email и пароль для доступа к заказам и профилю.') }}

@csrf
@endsection