@extends('layouts.app') @section('title', 'Notícias - Banco de Talentos') @section('content')

Notícias

Voltar
@if (count($noticias) === 0)
Nenhuma notícia disponível no momento. Tente novamente em instantes.
@else @endif @php $currentPage = max(1, (int) ($pagination['current_page'] ?? 1)); $lastPage = max(1, (int) ($pagination['last_page'] ?? 1)); @endphp @if ($lastPage > 1) @endif
@endsection