@extends('user::admin.auth.layout') @section('title', clean(trans('user::auth.sign_in'))) @section('content')
@include('admin::include.notification')

{{ clean(trans('user::auth.sign_in')) }}

{{ csrf_field() }}
@if($errors->has('email')) {{ clean($errors->first('email')) }} @endif
{{ clean(trans('user::auth.forgot_password')) }}
@if($errors->has('password')) {{ clean($errors->first('password')) }} @endif
@endsection