@extends('layouts.admin') @section('title') PubblicitĂ  Sezione {{$section->name}} @stop @section('content') @foreach($aDatas as $idx => $data)

{{$idx}}


Aggiungi
@foreach($data as $adv) @endforeach
Nome Google Immagine Online
{{$adv->name}} {{$adv->google_code}} @if($adv->image != '') @endif {{$adv->online ? 'Si' : 'No'}} {!! Form::open(array('class' => 'form-inline', 'method' => 'DELETE', 'route' => array('sections.advs.destroy', $section, $adv->id))) !!} {!! Form::close() !!}
@endforeach
Torna a Gestione layout, news a banner
@stop