@extends('storefront::public.auth.layout') @section('title', trans('user::auth.login')) @section('content')
@include('storefront::public.auth.partials.language_picker')

{{ trans('user::auth.welcome') }}

{{ trans('user::auth.enter_your_details') }}

@include('storefront::public.auth.partials.notification')
@csrf
@include('storefront::public.auth.partials.language_picker')
{!! $errors->first('email', ':message') !!}
{!! $errors->first('password', ':message') !!}
{{ trans('user::auth.forgot_password') }}
@include('storefront::public.auth.partials.social_login')
@endsection