@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Novo ConvĂȘnio')) @section('content')
@php $headLine = " " . __('Novo ConvĂȘnio'); @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => $headLine, 'routeBack' => 'admin.ppps.index', 'nameBack' => __('Voltar'), 'routeAdd' => null, 'nameAdd' => null, 'permission' => 'GERENCIADOR_DE_PPPS', ])
@csrf @include('admin.convenios._form')
@endsection