@extends('adminlte::page')
@section('title', 'Bots')
@section('content_header')
Listado de Bots
@stop
@section('content')
id |
Nombre |
URL |
Opciones |
@foreach($secretaries as $row)
{{$row->id}} |
{{$row->name}} |
{{$row->url}} |
|
@endforeach
@stop
@section('css')
@stop
@section('js')
@stop