@extends('layouts.master') @section('sidebar') @parent

This is appended to the master sidebar.

@stop @section('content')

Complex headers (rowspan and colspan)

When using tables to display data, you will often wish to display column information in groups. DataTables fully supports colspan and rowspan in the table's header, assigning the required order listeners to the TH element suitable for that column.

@if(empty($article_elements))

@endif @if(!empty($article_elements)) @foreach($article_elements as $element) @endforeach @endif
Articles Qte Disponible Qte En Services Qte Défectueux.
{{$element['article']}} {{sizeof($element['quantite'])}} {{$element['free']}} {{sizeof($element['inUse'])}} {{sizeof($element['defective'])}}
@stop