@extends('layouts.layouts_module') @section('css') @stop @section('content_module')
MODULO - {{$nombre_modulo->nombre}}

Agregar Nuevo Apartamento


{{csrf_field()}}
@if ($errors->has('nombre_depa')) {{ $errors->first('nombre_depa') }} @endif
@if ($errors->has('decripcion')) {{ $errors->first('decripcion') }} @endif

@endsection