@section('title',__('Área Restrita') . ' :: ' . env('APP_NAME') ) @extends('auth.layout') @section('body_class','login') @section('content') @if (sizeof($errors)>0) @foreach($errors->get('username') as $key => $error) @endforeach @endif @if (session()->has('notify')) @endif {{--@can--}} {{--@endcanany--}}