@extends('layouts.backBase') @section('css') {!! HTML::style('//cdn.datatables.net/1.10.11/css/jquery.dataTables.min.css') !!} {!! HTML::style('css/back/panel.css') !!} {!! HTML::style('css/back/dataTable.css') !!} @stop @section('body') {!! HTML::script('js/back/custom.js') !!} @stop @section('content')

Listado de financiadores.


@foreach ($funderList as $funder) @endforeach
Nombre Dirección web Imagen Acciones
{{ $funder->getName() }} @if ( $funder->getUrl() ) {{ $funder->getUrl() }} @else Sin url @endif @if ( $funder->getImage() ) @else Sin foto @endif
@stop @section('scripts') {!! HTML::script('//cdn.datatables.net/1.10.11/js/jquery.dataTables.min.js') !!} @stop