@extends('layouts.dashboard') @section('page_heading','Grid System') @section('section')
@section ('grid1_panel_body')

Twelve

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid1'))
@section ('grid2_panel_body')

Six

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid2'))
@section ('grid3_panel_body')

Six

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid3'))
@section ('grid4_panel_body')

Four

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid4'))
@section ('grid5_panel_body')

Four

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid5'))
@section ('grid6_panel_body')

Four

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid6'))
@section ('grid7_panel_body')

Three

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid7'))
@section ('grid8_panel_body')

Three

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid8'))
@section ('grid9_panel_body')

Three

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid9'))
@section ('grid10_panel_body')

Three

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid10'))
@section ('grid11_panel_body')

Five

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid11'))
@section ('grid12_panel_body')

Seven

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid12'))
@section ('grid13_panel_body')

Four

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid13'))
@section ('grid14_panel_body')

Eight

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid14'))
@section ('grid15_panel_body')

Three

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid15'))
@section ('grid16_panel_body')

Nine

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid16'))
@section ('grid17_panel_body')

Two

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid17'))
@section ('grid18_panel_body')

Ten

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid18'))
@section ('grid19_panel_body')

One

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid19'))
@section ('grid20_panel_body')

Eleven

@endsection @include('widgets.panel', array('controls'=> true, 'as'=> 'grid20'))
@stop