update v1.0.4

This commit is contained in:
sujitprasad
2016-01-04 18:05:45 +05:30
parent 372485336b
commit 4864e5a3f1
529 changed files with 20956 additions and 8178 deletions

View File

@@ -11,7 +11,7 @@
<div class="box-header">
<h2 class="box-title">{{Lang::get('lang.articles')}}</h2>
</div>
<div class="box-body table-responsive">
<div class="box-body">
<!-- check whether success or not -->
@if(Session::has('success'))
<div class="alert alert-success alert-dismissable">
@@ -30,18 +30,12 @@
{{Session::get('fails')}}
</div>
@endif
<div class="col-xs-12">
<div class="row">
{!! Datatable::table()
->addColumn(Lang::get('lang.name'),
Lang::get('lang.create'),
Lang::get('lang.action')) // these are the column headings to be shown
->setUrl(route('api.article')) // this is the route where data will be retrieved
->render() !!}
</div>
</div>
</div>
</div>
@stop