@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Nova linha do tempo')) @push('scripts') @endpush @section('content')
@php $headLine = " " . e(__('Nova linha do tempo')); @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => $headLine, 'routeBack' => 'admin.contaAngra.linhasDoTempo.index', 'routeBackParams' => request()->only(['q', 'status', 'date_from', 'date_to', 'tag', 'sort', 'dir', 'view']), 'nameBack' => __('Voltar'), 'permission' => 'GERENCIADOR_DE_LINHAS_DO_TEMPO', ])
@include('errors.messageFlash')
@csrf
{{ __('Texto principal do processo ou serviço (obrigatório), com formatação básica.') }}
{{ __('Opcional. Até 300 caracteres.') }}
@if (auth()->user()->getPermissaoDetalhes('GERENCIADOR_DE_LINHAS_DO_TEMPO')['adicionar']) @endif
@endsection @push('after-scripts') @endpush