@extends('layouts.admin') @section('title') Gestione layout, news e banner @stop @section('content')

Trascina le righe per ordinare gli elementi

Aggiungi

@foreach($sections as $section) @endforeach
Nome
{{$section->name}} Trasforma in evento PubblicitĂ  News {!! Form::open(array('class' => 'form-inline', 'method' => 'DELETE', 'route' => array('sections.destroy', $section->id))) !!} {!! Form::close() !!}
Aggiungi
@stop @section('extra_js') @stop