@extends('layouts.public') @section('content')

Boletim Confederando

@foreach($boletins as $boletim)
@endforeach
{{$boletins->render()}}
@endsection