{!! Form::label('id', 'Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $promotion->id !!}

{!! Form::label('name', 'Name:', ['class' => 'col-3 control-label text-right']) !!}

{!! $promotion->name !!}

{!! Form::label('type', 'Type:', ['class' => 'col-3 control-label text-right']) !!}

{!! $promotion->type !!}

{!! Form::label('image', 'Image:', ['class' => 'col-3 control-label text-right']) !!}

{!! $promotion->image !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $promotion->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $promotion->updated_at !!}