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

{!! $store->id !!}

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

{!! $store->name !!}

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

{!! $store->description !!}

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

{!! $store->image !!}

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

{!! $store->phone !!}

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

{!! $store->mobile !!}

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

{!! $store->information !!}

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

{!! $store->created_at !!}

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

{!! $store->updated_at !!}