@extends('panelViews::master') @section('bodyClass') login @stop @section('body')
@if($mesType=='error')
{{$message}}
@endif @if($mesType=='info')
{!!$message!!}
@endif
@stop