@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: Visite Angra') @section('content')
@php $headLine = " Visite Angra"; @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), "permission" => "GERENCIADOR_VISITE_ANGRA", ]) @include("components.cards._cardNavVisiteAngra")
{{-- Estilo para efeito hover --}} @endsection