@extends('storefront::public.layout') @section('title', trans('user::auth.login')) @section('content')
@include('storefront::public.auth.partials.notification')
@csrf
{!! $errors->first('email', ':message') !!}
@endsection