@extends('layouts.app') @section('template_title') {{ __('Create') }} Seccion @endsection @section('content')
Crear Sección
@csrf @include('seccion.form')
@endsection