@extends('layouts.admin') @section('title')Editoriales @stop @section('titulo')EDITORIALES @stop @section('menu-catalogo')active open @stop @section('editoriales-opcion')active @stop @section('acciones') @stop @section('descripcion') @stop @section('content') {{--modal--}} @include('editoriales.create_edit')
EXCEL PDF
@foreach($editoriales as $f=>$r) @endforeach
NOMBRE DIRECCION TELEFONO EMAIL ACCIONES
{{$f+1}} {{$r->nombre}} {{$r->direccion}} {{$r->telefono}} {{$r->email}}
@section('scripts') @stop @endsection