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

Cria um Texto

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