@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Editar linha do tempo')) @push('scripts') @endpush @section('content')
@php $headLine = " " . e(__('Editar linha do tempo')); @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => $headLine, 'routeBack' => 'admin.contaAngra.linhasDoTempo.show', 'routeBackParams' => [$timeline], 'nameBack' => __('Voltar'), 'permission' => 'GERENCIADOR_DE_LINHAS_DO_TEMPO', ])
@include('errors.messageFlash')
@csrf @method('put')
{{ __('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')['editar']) @endif
@endsection @push('after-scripts') @endpush