@extends('user::admin.auth.layout') @section('title', trans('user::auth.login')) @section('content')

{{ setting('store_name') }}

{{ csrf_field() }}
{!! $errors->first('email', ':message') !!}
{!! $errors->first('password', ':message') !!}
{{ trans('user::auth.forgot_password') }}
@endsection