@extends('layouts.app') @section('template_title') {{ __('Create') }} Tiposeccion @endsection @section('content')
{{ __('Crear') }} Tipo sección
@csrf @include('tiposeccion.form')
@endsection