{!! Form::label('id', 'Id:') !!}

{!! $commission->id !!}

{!! Form::label('date_start', 'Date Start:') !!}

{!! $commission->date_start !!}

{!! Form::label('date_end', 'Date End:') !!}

{!! $commission->date_end !!}

{!! Form::label('name', 'Name:') !!}

{!! $commission->name !!}

{!! Form::label('description', 'Description:') !!}

{!! $commission->description !!}

{!! Form::label('created_at', 'Created At:') !!}

{!! $commission->created_at !!}

{!! Form::label('updated_at', 'Updated At:') !!}

{!! $commission->updated_at !!}