@extends('adminlte::master') @section('adminlte_css') @yield('css') @stop @section('body_class', 'login-page') @section('body')
User Avatar
{{--
Prefeitura de São Luís
--}}
Prefeitura de São Luís
Secretaria Municipal de Saúde - SEMUS
Superintendência de Informação da Saúde - SIS
Sistema de Informação de Órtese e Prótese - SISOP v{{ Config::get("versao") }}

Identifique-se

{{-- --}}
{!! csrf_field() !!}
@if ($errors->has('USUARIO_LOGIN')) {{ $errors->first('USUARIO_LOGIN') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{--
    --}} {{-- @foreach($errors->all() as $error)--}} {{--
  • --}} {{-- {{ $error }}--}} {{--
  • --}} {{-- @endforeach--}} {{--
--}}
@stop @section('adminlte_js') @yield('js') @stop