@extends('Backend.layouts.app') @section('content')
@csrf
@if(session()->has('msg_fail')||$errors->has('password')||$errors->has('email'))
  • {{trans('auth.failed')}}
@endif
@endsection