@php use App\Http\Controllers\DevModAuthController; use App\Http\Controllers\DevModElemAuthController; @endphp @include('system-layouts.layout-head') @include('systructure-contract-plan.title')

Adicionar

TITULO DO PLANO*
Descrição

Crie as permissões do plano

@foreach($record_container as $now_container)
@php $record_mod = DevModAuthController::information([ 'idSub'=>$now_container->idMod, 'orderByName'=>'xName', 'optionList'=>'g', 'optionListQtt'=>'a', ]); @endphp @foreach($record_mod as $row_mod) @endforeach
{{$row_mod->xName}} 5
@php $record_elem = DevModElemAuthController::information([ 'idMod'=>$row_mod->idMod, 'orderByName'=>'xName', 'optionList'=>'g', 'optionListQtt'=>'a', ]); @endphp
@foreach($record_elem as $row_elem)
{{$row_elem->xName}}
@endforeach
@endforeach
@include('system-layouts/layout-footer')