@extends('layouts.admin.theme') @section('title', __('Lista - Boletins Meteorológicos')) @section('content') @include('errors.messageFlash') @php $perms = auth()->user()?->getPermissaoDetalhes('GERENCIADOR_DE_BOLETINS_METEOROLOGICOS') ?? []; $canAdd = $perms['adicionar'] ?? false; $canEdit = $perms['editar'] ?? false; $canDelete = $perms['excluir'] ?? false; @endphp