@extends('adminlte::page') @section('title', 'Consignações - Baixa em Baixa') @section('content_header')
@stop @section('content') @if(Session::has('success')) @php $data = Session::get('success'); @endphp @if (is_array($data)) @foreach ($data as $msg)