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

@lang('Unidad')

@endsection @section('unidades.content')

@lang('Edit') @lang('Unidad'):{{$unidade->unidad}}

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