@extends('layouts.admin.theme')
@section('title', env('APP_NAME') . ' :: ' . __('Nova Ata'))
@section('content')
@include('errors.messageFlash')
@php $headLine = "
" . __('Nova Ata'); @endphp
@include('components.buttons._headLineButtonsBackAdd', [
'headLine' => __($headLine),
'routeBack' => 'admin.atas.index',
'routeBackParams' => request()->only(\App\Http\Resources\AtaResource::ADMIN_FILTER_KEYS),
'nameBack' => __('Voltar'),
'permission' => 'GERENCIADOR_DE_ATAS',
])
@endsection