@extends('layouts.app') @section('template_title') Create Departamento @endsection @section('content')
@includeif('partials.errors')
Create Departamento
@csrf @include('departamento.form')
@endsection