@php $VerEditor = auth()->user()->can('Plantillas - Visor') @endphp @if($VerEditor) @extends('layouts/app') @section('tituloModulo', 'PLANTILLAS') @section('contenido')
@foreach ($datos as $item)
{{ $item->nombre_plan }}
Editar Seleccionar
@endforeach
@endsection @endif