@extends('unidades.layout') @section('unidades.m_header') @endsection @section('unidades.breadcrumbs')

Unidade

@endsection @section('unidades.content')

@lang('Create new')

@csrf
@if($errors->has('unidad'))
{{$errors->first('unidad')}}
@endif
@if($errors->has('descripcion_unidad'))
{{$errors->first('descripcion_unidad')}}
@endif
@endsection @section('unidades.scripts') @endsection