@extends('admin.layouts.login-layout') @section('content') @if($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
@endsection