@extends('layouts.default-painel') @section('content')

{{ $pagina }}

@if(isset($configs['btn'])) @foreach($configs['btn'] as $Kbtn =>$Vbtn) {!! $Vbtn !!} @endforeach @else Adicionar @endif
@if(isset($configs['topoCuston'])) {!! $configs['topoCuston'] !!} @endif
@if($pag) {!! isset($url) ? $pag->appends($url)->render() : $pag->render() !!} @endif
@if(isset($configs['inputSearch']))

Buscas

@foreach($configs['inputSearch'] as $Kbtn =>$Vbtn)

{!! $Vbtn['Input'] !!}
@endforeach

@endif
@foreach ($headLista as $itens) @endforeach @foreach ($content as $id=>$linha) @foreach ($linha as $key => $campo) @if(!is_array($campo)) @endif @endforeach @endforeach
{{ $itens }} Ações
@if(in_array('vl_',array(substr($key,0,3)))) {!! App\Helper\PogfixHelper::trataDinheiro($campo,1)!!} @else {!! $campo !!} @endif @foreach ($acoes as $itens) {!! $itens !!} @endforeach
@if(isset($modalGenerate)) @foreach($modalGenerate as $k =>$v) @include("modal.generate") @endforeach @endif @if(isset($configs['modal'])) @foreach($configs['modal'] as $Kmodal =>$Vmodal) @include("$Vmodal") @endforeach @endif @stop