@extends('adminlte::page') @section('title', 'Cuentas') @section('content_header')

Listado de Cuentas

@stop @section('content')
@foreach($secretaries as $row) @endforeach
id Nombre Opciones
{{$row->id}} {{$row->name}}
@stop @section('css') @stop @section('js') @stop