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