@extends('system.base') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Importante!, para asiganar los módulos hijos deberá marcar al módulo padre
@if (Session::has('msg'))
× Advertencia! {!! Session::has('msg') ? Session::get("msg") : '' !!}.
@endif
{!! csrf_field() !!} @foreach ($modules as $module)

@foreach($module->childsmodule as $child)
@endforeach
@endforeach
Cancelar
@endsection @section("js") @stop