@extends('template.index') @section('title', 'Atualizar Grupo') @section('content') Atualizar - Grupo {{ $group->name }} VOLTAR @csrf @method('PUT') Nome: Descrição: Permissões @foreach ($permission as $value) idFather > 0 ? "data-parent={$value->idFather}" : '' }} {{ in_array($value->id, $groupPermission) ? 'selected' : '' }}> {{ $value->controller . ' - ' . $value->name }} @endforeach ATUALIZAR @endsection @section('js') @endsection