@extends('layouts.super-app') @section('style') @endsection @section('content')
@includeif('partials.errors')
{{ __('Crear') }} Descripcion de unidad
@csrf @include('patrol-description.form')
@endsection