@extends('shop.layout') @section('title', __('portal.shop.login')) @section('content')

{{ __('portal.shop.signin_title') }}

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

{{ __('portal.shop.forgot_password') }} · {{ __('portal.shop.no_account') }} {{ __('portal.shop.register') }}

@if (session('status'))
{{ session('status') }}
@endif
@endsection