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

{!! $configuration->id !!}

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

{!! $configuration->app_logo !!}

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

{!! $configuration->app_name !!}

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

{!! $configuration->main_color !!}

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

{!! $configuration->background_img !!}

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

{!! $configuration->background_color !!}

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

{!! $configuration->currency !!}

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

{!! $configuration->language !!}

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

{!! $configuration->store_id !!}

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

{!! $configuration->created_at !!}

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

{!! $configuration->updated_at !!}