Sistemas - {{-- @if (isset($totalProjetos) && !empty($totalProjetos)) Total cadastrados: {{ $totalProjetos }} @endif --}}
{{--
@csrf
Limpar Filtro 
--}} {{-- @if (isset($search) && !empty($search))

Total de Projetos Filtrados: {{ $totalProjetosFiltrados }}

@endif --}}
{{-- Erro de Integridade Referencial --}} @if (session('error'))
{{ session('error') }}
@endif @foreach ($sistemas as $sistema) @endforeach
Nome
{{ $sistema->nome }} Visualizar Atualizar
@method('DELETE') @csrf
{{-- Paginação --}} {{--
@if (isset($search)) {!! $sistemas->appends($search)->links() !!} @else {!! $sistemas->links() !!} @endif
--}}