@foreach($centrocustos as $centrocusto) @endforeach
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
CADASTRO DOS CENTRO DE CUSTOS:
VOLTAR NOVO
{{$centrocusto->nome}}
{{ $centrocustos->appends(['pesq2' => isset($pesq2) ? $pesq2 : '','pesq' => isset($pesq) ? $pesq : ''])->links() }}