@extends('layout/principal') @section('titulo', 'Home') @section('content')
Detalle Personería {{-- <- Volver --}}

@if (Session::has('mensaje'))

{{ Session::get('mensaje') }}

@endif @if (Session::has('msj_no_data'))

{{ Session::get('msj_no_data') }}

@endif @if (isset($errors) && $errors->any()) @endif @if (Session::get('success')) @endif @if (Session::get('danger')) @endif
@csrf {{-- @method('PUT') --}}

{{-- @for ($i = 0; $i < count($representantes); $i++){ {{ print "" }} } @endfor --}} @foreach ($representantes as $id=> $nombre) @endforeach
ID Representante Nombre Representante
hola
{{ $id }} {{ $nombre }}
{{-- --}} Salir
@endsection