14 lines
872 B
PHP
14 lines
872 B
PHP
|
@extends ('layouts.dashboard')
|
||
|
|
||
|
@section('page_title') Collapse @stop
|
||
|
@section ('page_heading', 'Collapse')
|
||
|
@section('section')
|
||
|
|
||
|
@include('widgets.collapse', array('id'=>'1', 'class'=>'primary', 'header'=> 'This is a header', 'body'=>'Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo.','collapseIn'=>true))
|
||
|
@include('widgets.collapse', array('id'=>'2', 'header'=> 'This is a header', 'body'=>'Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo.'))
|
||
|
@include('widgets.collapse', array('id'=>'3', 'class'=>'success', 'header'=> 'This is a header', 'body'=>'Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo.'))
|
||
|
@stop
|
||
|
|
||
|
|
||
|
|