{{-- @extends('layouts.app') @section('template_title') {{ __('Update') }} Texto @endsection --}} @extends('adminlte::page') @section('title', 'Roles') @section('content_header')

Editar um Texto

@stop @section('content')
@includeif('partials.errors')
{{ __('Update') }} Texto
{{ method_field('PATCH') }} @csrf @include('texto.form')
@endsection