@yield('estilo')@yield('titulo') Cartão Virtual
0% Complete
@yield('modal')
@if (Auth::check()) @endif
@if (Session::has('flash_message_error')) @php $class_tipo_msg = 'alert-danger'; @php $msg_alert = Session::get('flash_message_error'); @elseif (Session::has('flash_message_warning')) @php $class_tipo_msg = 'alert-warning'; @php $msg_alert = Session::get('flash_message_warning'); @else (Session::has('flash_message')) @php $class_tipo_msg = 'alert-success'; @php $msg_alert = Session::get('flash_message'); @endif
{{ $msg_alert or '' }}
@yield('conteudo') @if ( $__env->yieldContent('titulo') != null ) @php $str = explode(' - ', $__env->yieldContent('titulo') ) @php $menu = is_numeric( trim($str[0]) ) ? trim($str[0]) : 0 @if ( $menu > 0 ) @endif @endif @include('listamenu')
@include('modal')
@yield('script') @yield('script2')