@extends('theme') @section("title", "Portal da Transparência - Angra dos Reis :: Relatório de Gestão Fiscal - RGF") @section('content')
@php $breadcrumbs = [ [ 'route' => route('index'), 'title' => __("Página Inicial"), ], [ 'currentPage' => "page", 'title' => __("RGF - Relatório de Gestão Fiscal"), ], ]; @endphp @include('components._breadcrumb', $breadcrumbs) @include('components._titleMain', [ "title" => __("Relatório de Gestão Fiscal - RGF"), "summary" => __(""), ])
@endsection