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

{!! $detail->id !!}

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

{!! $detail->title !!}

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

{!! $detail->animation !!}

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

{!! $detail->animation_alt !!}

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

{!! $detail->first_icon !!}

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

{!! $detail->last_icon !!}

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

{!! $detail->steps !!}

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

{!! $detail->order !!}

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

{!! $detail->created_at !!}

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

{!! $detail->updated_at !!}