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